mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:12:57 +08:00
Reduce update rate of paths
This commit is contained in:
parent
1f24541883
commit
a0503fcbe3
@ -59,7 +59,7 @@ namespace osu.Game.Tournament.Screens.Ladder
|
|||||||
AddPairing(pairing);
|
AddPairing(pairing);
|
||||||
|
|
||||||
// todo: fix this
|
// todo: fix this
|
||||||
Scheduler.AddDelayed(() => layout.Invalidate(), 100, true);
|
Scheduler.AddDelayed(() => layout.Invalidate(), 1000, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void AddPairing(MatchPairing pairing)
|
protected virtual void AddPairing(MatchPairing pairing)
|
||||||
|
Loading…
Reference in New Issue
Block a user