1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 23:42:55 +08:00

Fix ImportBeatmapTest.

This commit is contained in:
Dean Herbert 2016-11-03 16:59:16 +09:00
parent 439204b4fa
commit 7a54fdfffb

View File

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