mirror of
https://github.com/osukey/osukey.git
synced 2025-07-24 11:50:03 +09:00
Fix logo visualisation trying to catch up after being off-screen
This commit is contained in:
@ -131,7 +131,8 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Scheduler.AddDelayed(updateAmplitudes, time_between_updates, true);
|
||||
var delayed = Scheduler.AddDelayed(updateAmplitudes, time_between_updates, true);
|
||||
delayed.PerformRepeatCatchUpExecutions = false;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Reference in New Issue
Block a user