mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
formatting fix
Co-Authored-By: pavlukivan <pavlukivan@outlook.com>
This commit is contained in:
parent
784a114eae
commit
77a544e475
@ -96,7 +96,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
|
||||
for (var result = HitResult.Perfect; result >= HitResult.Miss; --result)
|
||||
{
|
||||
if(IsHitResultAllowed(result) && timeOffset <= HalfWindowFor(result))
|
||||
if (IsHitResultAllowed(result) && timeOffset <= HalfWindowFor(result))
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user