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

Fix test case failures

This commit is contained in:
Dean Herbert 2019-03-14 12:31:17 +09:00
parent 85c518f146
commit 7d56ce63d3

View File

@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual
base.Update(); base.Update();
// note that this will override any mod rate application // note that this will override any mod rate application
Beatmap.Value.Track.Rate = Clock.Rate; Beatmap.Value.Track.TempoAdjust = Clock.Rate;
} }
} }
} }