1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:02:54 +08:00

Fix beatmap carousel panels not blocking hover of other panels in song select

This commit is contained in:
Joseph Madamba 2024-08-17 11:26:46 -07:00
parent ba4956ace4
commit 6dd08e9a96

View File

@ -166,6 +166,8 @@ namespace osu.Game.Screens.Select.Carousel
return true;
}
protected override bool OnHover(HoverEvent e) => true;
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);