mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Switch TeamWinScreen
scheduling to AddOnce
This commit is contained in:
parent
83703e28e6
commit
b9ad90ce54
@ -66,7 +66,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
|
||||
private bool firstDisplay = true;
|
||||
|
||||
private void update() => Schedule(() =>
|
||||
private void update() => Scheduler.AddOnce(() =>
|
||||
{
|
||||
var match = CurrentMatch.Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user