mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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();
|
var osu = new OsuGameBase();
|
||||||
host.Add(osu);
|
host.Add(osu);
|
||||||
|
|
||||||
|
while (!osu.IsLoaded)
|
||||||
|
Thread.Sleep(1);
|
||||||
|
|
||||||
//reset beatmap database (sqlite and storage backing)
|
//reset beatmap database (sqlite and storage backing)
|
||||||
osu.Beatmaps.Reset();
|
osu.Beatmaps.Reset();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user