1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 20:03:21 +08:00

Switch TeamWinScreen scheduling to AddOnce

This commit is contained in:
Dean Herbert 2022-07-13 17:57:45 +09:00
parent 83703e28e6
commit b9ad90ce54

View File

@ -66,7 +66,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
private bool firstDisplay = true; private bool firstDisplay = true;
private void update() => Schedule(() => private void update() => Scheduler.AddOnce(() =>
{ {
var match = CurrentMatch.Value; var match = CurrentMatch.Value;