mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Don't handle repeat keys.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user