1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

Remove unused const in SkinEditorOverlay

This commit is contained in:
Dean Herbert
2022-03-21 17:32:56 +09:00
Unverified
parent 2f18c512cd
commit 2a696783af
@@ -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; }