1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 18:22:59 +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(); base.LoadComplete();
if (!LoadedBeatmapSuccessfully) if (!LoadedBeatmapSuccessfully)
Scheduler.AddDelayed(this.Exit, RESULTS_DISPLAY_DELAY); Scheduler.AddDelayed(this.Exit, 1000);
} }
protected override void Update() protected override void Update()