1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 11:50:15 +08:00

Prevent revert-to-default OnHover from hiding visual settings at beatmap load

This commit is contained in:
Shane Woolcock
2018-02-06 22:31:30 +10:30
Unverified
parent fdcab55c51
commit e0c52c69cf
+1 -1
View File
@@ -181,7 +181,7 @@ namespace osu.Game.Overlays.Settings
{
hovering = true;
UpdateState();
return true;
return false;
}
protected override void OnHoverLost(InputState state)