mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:10:05 +08:00
Allow confineMouseTracker to be null
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user