Browse Source

fix linting

Jérôme Bousquié 5 năm trước cách đây
mục cha
commit
20ad339fd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Particles/solidParticleSystem.ts

+ 1 - 1
src/Particles/solidParticleSystem.ts

@@ -1291,7 +1291,7 @@ export class SolidParticleSystem implements IDisposable {
                                 pickedData.faceId = faceId;
                                 faceId++;
                             }
-                        }                       
+                        }
                     }
                 }
                 mesh.updateIndices(indices32);