瀏覽代碼

fix linting

Jérôme Bousquié 5 年之前
父節點
當前提交
20ad339fd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);