mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
remove redundant code added accidentally
This commit is contained in:
parent
5b46597d56
commit
5fb364cad6
@ -115,11 +115,6 @@ namespace osu.Game.Overlays.Mods
|
||||
if (!touchedThisFrame)
|
||||
Parent?.UpdateHoverExpansion(true);
|
||||
}
|
||||
if (Enabled.Value)
|
||||
{
|
||||
if (!touchedThisFrame)
|
||||
Parent?.UpdateHoverExpansion(true);
|
||||
}
|
||||
|
||||
return base.OnHover(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user