Преглед на файлове

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.
      */