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:
parent
ba4956ace4
commit
6dd08e9a96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user