Jérôme Bousquié hace 5 años
padre
commit
20ad339fd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                                 pickedData.faceId = faceId;
                                 faceId++;
                                 faceId++;
                             }
                             }
-                        }                       
+                        }
                     }
                     }
                 }
                 }
                 mesh.updateIndices(indices32);
                 mesh.updateIndices(indices32);