mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 11:37:32 +09:00
Remove unused const in SkinEditorOverlay
This commit is contained in:
parent
2f18c512cd
commit
2a696783af
@ -28,8 +28,6 @@ namespace osu.Game.Skinning.Editor
|
|||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
private SkinEditor skinEditor;
|
private SkinEditor skinEditor;
|
||||||
|
|
||||||
public const float VISIBLE_TARGET_SCALE = 0.8f;
|
|
||||||
|
|
||||||
[Resolved(canBeNull: true)]
|
[Resolved(canBeNull: true)]
|
||||||
private OsuGame game { get; set; }
|
private OsuGame game { get; set; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user