mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
Revert change to loading layer's default state
This commit is contained in:
parent
0bd1964d8e
commit
10ec4cd8e0
@ -48,7 +48,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
}
|
||||
},
|
||||
Loading = new LoadingLayer()
|
||||
Loading = new LoadingLayer(true)
|
||||
});
|
||||
|
||||
base.Content.Add(mainContent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user