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
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ private void load(OsuGameBase osuGame)
{ {
this.osuGame = osuGame; this.osuGame = osuGame;
dependencies.Cache(BeatDivisor);
osuGame.Beatmap.ValueChanged += reinitializeClock; osuGame.Beatmap.ValueChanged += reinitializeClock;
reinitializeClock(osuGame.Beatmap.Value); reinitializeClock(osuGame.Beatmap.Value);
} }