mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Allow confineMouseTracker to be null
This commit is contained in:
parent
5859755886
commit
a483dfd2d7
@ -229,7 +229,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
DrawableRuleset.HasReplayLoaded.BindValueChanged(_ => updatePauseOnFocusLostState(), true);
|
||||
|
||||
confineMouseTracker.OverlayActivationMode.BindTo(OverlayActivationMode);
|
||||
confineMouseTracker?.OverlayActivationMode.BindTo(OverlayActivationMode);
|
||||
|
||||
// bind clock into components that require it
|
||||
DrawableRuleset.IsPaused.BindTo(GameplayClockContainer.IsPaused);
|
||||
|
Loading…
Reference in New Issue
Block a user