Apply nullability and clean up conditionals

This commit is contained in:
Dean Herbert
2022-11-21 14:56:58 +09:00
parent a07b033d22
commit 9a330c3cdb
2 changed files with 13 additions and 14 deletions

View File

@ -1,8 +1,6 @@
// 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.Allocation;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Graphics.Shapes;