1
0
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:
Dean Herbert 2021-02-18 22:38:17 +09:00
parent 0bd1964d8e
commit 10ec4cd8e0

View File

@ -48,7 +48,7 @@ namespace osu.Game.Overlays
}
}
},
Loading = new LoadingLayer()
Loading = new LoadingLayer(true)
});
base.Content.Add(mainContent);