1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

DI beat divisors to test cases with editor clocks

This commit is contained in:
smoogipoo 2018-04-06 18:23:22 +09:00
parent 9e8490735f
commit b238130fe4

View File

@ -31,6 +31,8 @@ namespace osu.Game.Tests.Visual
{
this.osuGame = osuGame;
dependencies.Cache(BeatDivisor);
osuGame.Beatmap.ValueChanged += reinitializeClock;
reinitializeClock(osuGame.Beatmap.Value);
}