mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 22:00:51 +08:00
Fix ImportBeatmapTest.
This commit is contained in:
@@ -55,6 +55,9 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
var osu = new OsuGameBase();
|
||||
host.Add(osu);
|
||||
|
||||
while (!osu.IsLoaded)
|
||||
Thread.Sleep(1);
|
||||
|
||||
//reset beatmap database (sqlite and storage backing)
|
||||
osu.Beatmaps.Reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user