mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 06:05:10 +08:00
Disable player input for now
This commit is contained in:
parent
5b53a2b211
commit
627dd960b0
@ -123,5 +123,9 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
|
||||
player.GameplayClockContainer.Stop();
|
||||
}
|
||||
|
||||
// Player interferes with global input, so disable input for now.
|
||||
public override bool PropagatePositionalInputSubTree => false;
|
||||
public override bool PropagateNonPositionalInputSubTree => false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user