Преглед изворни кода

Fixed constructor documentation

= пре 6 година
родитељ
комит
bb3d9539af
1 измењених фајлова са 1 додато и 1 уклоњено
  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.
      */