mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 04:41:19 +08: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