[orx-fcurve] Add missing cursor update (#330)

This commit is contained in:
Abe Pazos
2024-03-29 07:10:56 +00:00
committed by GitHub
parent 04814e683c
commit 48bdcc0c60
2 changed files with 14 additions and 11 deletions

View File

@@ -297,6 +297,7 @@ class FCurveBuilder {
Vector2(cursor.x + x, cursor.y * r + y)
).scaleTangents()
)
cursor = Vector2(cursor.x + x, cursor.y * r + y)
path += "${if (relative) "s" else "S"}$x1,$y1,$x,$y"
}