mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:44:08 +08:00
remove redundant code added accidentally
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user