diff --git a/src/mesh/Mesh.js b/src/mesh/Mesh.js index 4c53570..b9edfe3 100644 --- a/src/mesh/Mesh.js +++ b/src/mesh/Mesh.js @@ -8,7 +8,7 @@ * @extends PIXI.Container * @memberof PIXI.mesh * @param texture {PIXI.Texture} The texture to use - * @param [vertices] {Float32Arrif you want to specify the vertices + * @param [vertices] {Float32Array} if you want to specify the vertices * @param [uvs] {Float32Array} if you want to specify the uvs * @param [indices] {Uint16Array} if you want to specify the indices * @param [drawMode] {number} the drawMode, can be any of the Mesh.DRAW_MODES consts