mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Fix nullability preprocessor placed over the copyright header
This commit is contained in:
parent
813dc2dd78
commit
a96664295b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user