remove redundant code added accidentally

This commit is contained in:
Caiyi Shyu 2024-07-31 16:56:25 +08:00
parent 5b46597d56
commit 5fb364cad6

View File

@ -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);
}