mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08: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…
Reference in New Issue
Block a user