Merge pull request #29485 from Joehuu/fix-carousel-panel-hover

Fix beatmap carousel panels not blocking hover of other panels in song select
This commit is contained in:
Dean Herbert 2024-08-19 03:46:28 +09:00 committed by GitHub
commit 07929b440a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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