diff --git a/src/mesh/Mesh.js b/src/mesh/Mesh.js index 4990744..c74971f 100644 --- a/src/mesh/Mesh.js +++ b/src/mesh/Mesh.js @@ -89,7 +89,7 @@ * * @member {boolean} */ - this.autoVertexUpdate = true; + this.autoUpdate = true; /** * The blend mode to be applied to the sprite. Set to `PIXI.BLEND_MODES.NORMAL` to remove @@ -225,7 +225,7 @@ */ refresh(forceUpdate) { - if (this.autoVertexUpdate) + if (this.autoUpdate) { this.vertexDirty++; }