mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Trigger Shake if HitCircles are hit too early
This commit is contained in:
parent
a0b67f4059
commit
61c416dc16
@ -88,7 +88,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
var result = HitObject.HitWindows.ResultFor(timeOffset);
|
||||
if (result == HitResult.None)
|
||||
{
|
||||
Shake();
|
||||
return;
|
||||
}
|
||||
|
||||
AddJudgement(new OsuJudgement
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user