소스 검색

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);