mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +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)
|
if (!touchedThisFrame)
|
||||||
Parent?.UpdateHoverExpansion(true);
|
Parent?.UpdateHoverExpansion(true);
|
||||||
}
|
}
|
||||||
if (Enabled.Value)
|
|
||||||
{
|
|
||||||
if (!touchedThisFrame)
|
|
||||||
Parent?.UpdateHoverExpansion(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
return base.OnHover(e);
|
return base.OnHover(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user