Browse Source

Merge remote-tracking branch 'upstream/master' into libToModules

sebavan 6 years ago
parent
commit
2700597319
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Meshes/geometry.ts

+ 1 - 1
src/Meshes/geometry.ts

@@ -932,7 +932,7 @@
             for (kind in this._vertexBuffers) {
                 // using slice() to make a copy of the array and not just reference it
                 var data = this.getVerticesData(kind);
-                
+
                 if (data) {
                     if (data instanceof Float32Array) {
                         vertexData.set(new Float32Array(<Float32Array>data), kind);