mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Make testcase work on appveyor (no BASS)
This commit is contained in:
parent
e0ee5e2085
commit
08f172ba98
@ -88,7 +88,9 @@ namespace osu.Game.Tests.Visual
|
|||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
marker.X = (float)(adjustableClock.CurrentTime / beatmap.Value.Track.Length);
|
|
||||||
|
if (beatmap.Value.Track.IsLoaded)
|
||||||
|
marker.X = (float)(adjustableClock.CurrentTime / beatmap.Value.Track.Length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user