diff --git a/src/mesh/Plane.js b/src/mesh/Plane.js index 2aa60f9..692f15b 100644 --- a/src/mesh/Plane.js +++ b/src/mesh/Plane.js @@ -19,8 +19,8 @@ { /** * @param {PIXI.Texture} texture - The texture to use on the Plane. - * @param {number} verticesX - The number of vertices in the x-axis - * @param {number} verticesY - The number of vertices in the y-axis + * @param {number} [verticesX=10] - The number of vertices in the x-axis + * @param {number} [verticesY=10] - The number of vertices in the y-axis */ constructor(texture, verticesX, verticesY) {