Reduce update rate of paths

This commit is contained in:
Dean Herbert 2019-06-13 16:05:34 +09:00
parent 1f24541883
commit a0503fcbe3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ private void load(OsuColour colours, Storage storage)
AddPairing(pairing);
// todo: fix this
Scheduler.AddDelayed(() => layout.Invalidate(), 100, true);
Scheduler.AddDelayed(() => layout.Invalidate(), 1000, true);
}
protected virtual void AddPairing(MatchPairing pairing)