[orx-fcurve] Add missing cursor update (#330)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user