1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 03:07:34 +08:00

Add missing schedule

This commit is contained in:
Dean Herbert 2020-10-28 18:45:09 +09:00
parent 93e3e1a4db
commit 4df8119852

View File

@ -220,7 +220,7 @@ namespace osu.Game.Screens.Play
replay = null;
}
clearDisplay();
Schedule(clearDisplay);
}
private void clearDisplay()