mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09: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()
|
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)
|
if (BaseObject is Spinner || lastObject is Spinner)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user