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

BatchedMesh.js: Replace [name] in docstring (#32332)

ycw 1 месяц назад
Родитель
Сommit
67275a4982
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/objects/BatchedMesh.js

+ 1 - 1
src/objects/BatchedMesh.js

@@ -871,7 +871,7 @@ class BatchedMesh extends Mesh {
 	}
 
 	/**
-	 * Repacks the sub geometries in [name] to remove any unused space remaining from
+	 * Repacks the sub geometries in BatchedMesh to remove any unused space remaining from
 	 * previously deleted geometry, freeing up space to add new geometry.
 	 *
 	 * @return {BatchedMesh} A reference to this batched mesh.

粤ICP备19079148号