Move CanBeNull specification to the interface

This commit is contained in:
Dean Herbert
2020-11-20 16:30:48 +09:00
parent 7fe0923fcf
commit a00e0d7279
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using JetBrains.Annotations;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
@ -123,7 +122,6 @@ namespace osu.Game.Skinning
}
}
[CanBeNull]
public Drawable GetAboveHitObjectsProxiedContent() => temporaryOldStyle?.CreateProxy(); // for new style judgements, only the old style temporary display is in front of objects.
}
}