diff --git a/src/mesh/Plane.js b/src/mesh/Plane.js index 4dd2398..2aa60f9 100644 --- a/src/mesh/Plane.js +++ b/src/mesh/Plane.js @@ -94,6 +94,8 @@ this.uvs = new Float32Array(uvs); this.colors = new Float32Array(colors); this.indices = new Uint16Array(indices); + + this.dirty++; this.indexDirty++; this.multiplyUvs();