Browse Source

whitespace

= 6 năm trước cách đây
mục cha
commit
e5d9040205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Misc/meshExploder.ts

+ 1 - 1
src/Misc/meshExploder.ts

@@ -19,7 +19,7 @@ export class MeshExploder {
     constructor(meshes: Array<Mesh>, centerMesh?: Mesh) {
 
         this._meshes = meshes.slice();
-        
+
         if (centerMesh) {
             this._centerMesh = centerMesh;
         } else {