1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Update osu.Game.Rulesets.Osu/Difficulty/Preprocessing/OsuDifficultyHitObject.cs

Co-authored-by: Liam DeVoe <orionldevoe@gmail.com>
This commit is contained in:
StanR 2021-10-09 21:11:24 +03:00 committed by GitHub
parent 3b0b8707fe
commit abd32e30f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
private void setDistances()
{
// We don't need to calculate neither angle nor distance when one of the last->curr objects is a spinner
// We don't need to calculate either angle or distance when one of the last->curr objects is a spinner
if (BaseObject is Spinner || lastObject is Spinner)
return;