mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Prevent revert-to-default OnHover from hiding visual settings at beatmap load
This commit is contained in:
@ -181,7 +181,7 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
hovering = true;
|
||||
UpdateState();
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(InputState state)
|
||||
|
Reference in New Issue
Block a user