mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Define explicit method to add background
Also cleans up some redundant/misplaced comments.
This commit is contained in:
@ -164,7 +164,7 @@ namespace osu.Game.Screens.Play
|
||||
private ScheduledDelegate pushDebounce;
|
||||
protected VisualSettings VisualSettings;
|
||||
|
||||
// required for IsHovered usage in readyForPush
|
||||
// Hhere because IsHovered will not update unless we do so.
|
||||
public override bool HandlePositionalInput => true;
|
||||
|
||||
private bool readyForPush => player.LoadState == LoadState.Ready && IsHovered && GetContainingInputManager()?.DraggedDrawable == null;
|
||||
|
Reference in New Issue
Block a user