Просмотр исходного кода

Fixed constructor documentation

= 6 лет назад
Родитель
Сommit
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.
      */