Przeglądaj źródła

Fixed constructor documentation

= 6 lat temu
rodzic
commit
bb3d9539af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Misc/explodeMeshes.ts

+ 1 - 1
src/Misc/explodeMeshes.ts

@@ -12,7 +12,7 @@ export class ExplodeMeshes {
     private _originsVectors: Array<Vector3>;
 
     /**
-     * @constructor
+     * Explodes meshes from a center mesh.
      * @param meshes The meshes to explode.
      * @param centerMesh The mesh to be center of explosion.
      */