mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 07:22:55 +08:00
Don't reuse results delay const
This commit is contained in:
parent
1d4db3b7a9
commit
85a768d0c8
@ -316,7 +316,7 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
base.LoadComplete();
|
||||
|
||||
if (!LoadedBeatmapSuccessfully)
|
||||
Scheduler.AddDelayed(this.Exit, RESULTS_DISPLAY_DELAY);
|
||||
Scheduler.AddDelayed(this.Exit, 1000);
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Loading…
Reference in New Issue
Block a user