mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Switch TeamWinScreen
scheduling to AddOnce
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user