1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:53:22 +08:00

Remove unused const in SkinEditorOverlay

This commit is contained in:
Dean Herbert 2022-03-21 17:32:56 +09:00
parent 2f18c512cd
commit 2a696783af

View File

@ -28,8 +28,6 @@ namespace osu.Game.Skinning.Editor
[CanBeNull]
private SkinEditor skinEditor;
public const float VISIBLE_TARGET_SCALE = 0.8f;
[Resolved(canBeNull: true)]
private OsuGame game { get; set; }