Przeglądaj źródła

Remove unused parameter from optimize method in BatchedMesh class (#32186)

Kirill Osipov 2 miesięcy temu
rodzic
commit
2eefcd6db1
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/objects/BatchedMesh.js

+ 0 - 1
src/objects/BatchedMesh.js

@@ -874,7 +874,6 @@ class BatchedMesh extends Mesh {
 	 * Repacks the sub geometries in [name] to remove any unused space remaining from
 	 * Repacks the sub geometries in [name] to remove any unused space remaining from
 	 * previously deleted geometry, freeing up space to add new geometry.
 	 * previously deleted geometry, freeing up space to add new geometry.
 	 *
 	 *
-	 * @param {number} instanceId - The ID of the instance to remove from the batch.
 	 * @return {BatchedMesh} A reference to this batched mesh.
 	 * @return {BatchedMesh} A reference to this batched mesh.
 	 */
 	 */
 	optimize() {
 	optimize() {

粤ICP备19079148号