mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 14:42:56 +08:00
Fix ImportBeatmapTest.
This commit is contained in:
parent
439204b4fa
commit
7a54fdfffb
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user