mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:19:53 +08:00
Reduce update rate of paths
This commit is contained in:
@@ -59,7 +59,7 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
AddPairing(pairing);
|
||||
|
||||
// todo: fix this
|
||||
Scheduler.AddDelayed(() => layout.Invalidate(), 100, true);
|
||||
Scheduler.AddDelayed(() => layout.Invalidate(), 1000, true);
|
||||
}
|
||||
|
||||
protected virtual void AddPairing(MatchPairing pairing)
|
||||
|
||||
Reference in New Issue
Block a user