mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Fixed whitespace
This commit is contained in:
parent
36b458bdee
commit
17337e05a1
@ -170,7 +170,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
|||||||
ApplyResult(r => r.Type = HitResult.Miss);
|
ApplyResult(r => r.Type = HitResult.Miss);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!userTriggered)
|
if (!userTriggered)
|
||||||
{
|
{
|
||||||
if (timeOffset > second_hit_window)
|
if (timeOffset > second_hit_window)
|
||||||
|
Loading…
Reference in New Issue
Block a user