Automated #nullable processing

This commit is contained in:
Dan Balasescu
2022-06-17 16:37:17 +09:00
parent 968640c951
commit f8830c6850
3500 changed files with 6556 additions and 447 deletions

View File

@ -1,6 +1,8 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osuTK;
@ -23,4 +25,4 @@ namespace osu.Game.Graphics.UserInterface
TextFlow.Padding = new MarginPadding { Right = 35 };
}
}
}
}