You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/curves/path/Path.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -786,7 +786,7 @@ var Path = new Class({
786
786
* @since 3.0.0
787
787
*
788
788
* @param {(number|Phaser.Math.Vector2)} x - The X coordinate of the position to move the path's end point to, or a `Vector2` containing the entire new end point.
789
-
* @param {number} y - The Y coordinate of the position to move the path's end point to, if a number was passed as the X coordinate.
789
+
* @param {number} [y] - The Y coordinate of the position to move the path's end point to, if a number was passed as the X coordinate.
0 commit comments