mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 21:37:59 +09:00
Move private field for skin editor overlay to where others exist
This commit is contained in:
parent
f36684a070
commit
df8609b3dc
@ -80,6 +80,8 @@ namespace osu.Game
|
|||||||
|
|
||||||
private BeatmapSetOverlay beatmapSetOverlay;
|
private BeatmapSetOverlay beatmapSetOverlay;
|
||||||
|
|
||||||
|
private SkinEditorOverlay skinEditor;
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
private readonly DifficultyRecommender difficultyRecommender = new DifficultyRecommender();
|
private readonly DifficultyRecommender difficultyRecommender = new DifficultyRecommender();
|
||||||
|
|
||||||
@ -946,8 +948,6 @@ namespace osu.Game
|
|||||||
|
|
||||||
private ScalingContainer screenContainer;
|
private ScalingContainer screenContainer;
|
||||||
|
|
||||||
private SkinEditorOverlay skinEditor;
|
|
||||||
|
|
||||||
protected override bool OnExiting()
|
protected override bool OnExiting()
|
||||||
{
|
{
|
||||||
if (ScreenStack.CurrentScreen is Loader)
|
if (ScreenStack.CurrentScreen is Loader)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user