mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Container->Wrapper.
This commit is contained in:
@ -105,7 +105,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
AlwaysPresent = true;
|
||||
|
||||
Add(beatmapInfoContainer = new AsyncLoadContainer(
|
||||
Add(beatmapInfoContainer = new AsyncLoadWrapper(
|
||||
new BufferedContainer
|
||||
{
|
||||
OnLoadComplete = d =>
|
||||
|
Reference in New Issue
Block a user