Fix Compose not binding to the editor's beat divisor

This commit is contained in:
smoogipoo
2018-04-06 18:22:24 +09:00
parent 248be8e35f
commit 9e8490735f
2 changed files with 6 additions and 8 deletions

View File

@ -52,6 +52,7 @@ namespace osu.Game.Screens.Edit
dependencies.CacheAs<IFrameBasedClock>(clock);
dependencies.CacheAs<IAdjustableClock>(clock);
dependencies.Cache(beatDivisor);
EditorMenuBar menuBar;
TimeInfoContainer timeInfo;