Fix nullability preprocessor placed over the copyright header

This commit is contained in:
Salman Ahmed 2022-04-19 19:48:44 +03:00
parent 813dc2dd78
commit a96664295b

View File

@ -1,4 +1,3 @@
#nullable enable
// 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.
@ -17,6 +16,8 @@ using osu.Game.Skinning;
using osuTK;
using osuTK.Graphics;
#nullable enable
namespace osu.Game.Rulesets.Osu.Skinning.Legacy
{
public class LegacyMainCirclePiece : CompositeDrawable