mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08:00
Don't handle repeat keys.
This commit is contained in:
parent
f9eb448f16
commit
4200e05fe7
@ -86,6 +86,9 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
if (args.Key != Key)
|
||||
return false;
|
||||
|
||||
if (args.Repeat)
|
||||
return false;
|
||||
|
||||
return UpdateJudgement(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user