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/Curve.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ var Curve = new Class({
117
117
* @method Phaser.Curves.Curve#draw
118
118
* @since 3.0.0
119
119
*
120
-
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
120
+
* @generic {Phaser.GameObjects.Graphics} G - [graphics,$return]
121
121
*
122
122
* @param {Phaser.GameObjects.Graphics} graphics - The Graphics instance onto which this curve will be drawn.
123
123
* @param {integer} [pointsTotal=32] - The resolution of the curve. The higher the value the smoother it will render, at the cost of rendering performance.
0 commit comments