mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix IsPaused not being bound
This commit is contained in:
parent
1aa36818df
commit
2935f87e70
@ -50,6 +50,7 @@ namespace osu.Game.Screens.Play
|
||||
var dependencies = new DependencyContainer(base.CreateChildDependencies(parent));
|
||||
|
||||
dependencies.CacheAs(GameplayClock = CreateGameplayClock(AdjustableClock));
|
||||
GameplayClock.IsPaused.BindTo(IsPaused);
|
||||
|
||||
return dependencies;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user