Browse Source

fix linting

Jérôme Bousquié 5 years ago
parent
commit
20ad339fd4
1 changed files with 1 additions and 1 deletions
  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);