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:
parent
3b0b8707fe
commit
abd32e30f1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user