mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:13:31 +08:00
Reword comment
This commit is contained in:
parent
2e9d823af4
commit
8865d53992
@ -164,7 +164,7 @@ namespace osu.Game.Screens.Play
|
||||
private ScheduledDelegate pushDebounce;
|
||||
protected VisualSettings VisualSettings;
|
||||
|
||||
// HandlePositionalInput is being set to true here because IsHovered will not update unless we do so.
|
||||
// required for IsHovered usage in readyForPush
|
||||
public override bool HandlePositionalInput => true;
|
||||
|
||||
private bool readyForPush => player.LoadState == LoadState.Ready && IsHovered && GetContainingInputManager()?.DraggedDrawable == null;
|
||||
|
Loading…
Reference in New Issue
Block a user