mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
DI beat divisors to test cases with editor clocks
This commit is contained in:
@ -31,6 +31,8 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
this.osuGame = osuGame;
|
||||
|
||||
dependencies.Cache(BeatDivisor);
|
||||
|
||||
osuGame.Beatmap.ValueChanged += reinitializeClock;
|
||||
reinitializeClock(osuGame.Beatmap.Value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user