1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:13:31 +08:00

Reword comment

This commit is contained in:
Dean Herbert 2019-03-20 20:04:07 +09:00
parent 2e9d823af4
commit 8865d53992

View File

@ -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;