1
0
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:
rushiiMachine 2023-12-26 12:46:50 -08:00
parent 1d4db3b7a9
commit 85a768d0c8
No known key found for this signature in database
GPG Key ID: DCBE5952BB3B6420

View File

@ -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()