mirror of
https://github.com/ppy/osu.git
synced 2025-02-11 05:42:58 +08:00
Merge pull request #8522 from peppy/fix-relax-mod-keypresses
Fix relax mod pressing too many keys
This commit is contained in:
commit
d4222f7d92
@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
void handleHitCircle(DrawableHitCircle circle)
|
||||
{
|
||||
if (!circle.IsHovered)
|
||||
if (!circle.HitArea.IsHovered)
|
||||
return;
|
||||
|
||||
Debug.Assert(circle.HitObject.HitWindows != null);
|
||||
|
Loading…
Reference in New Issue
Block a user