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

Fixed typo in BufferGeometry.js (#32477)

Co-authored-by: Saurav Kumar <magnus@Sauravs-MacBook-Pro.local>
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
Saurav Kumar 1 месяц назад
Родитель
Сommit
ebb8b45c49
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/BufferGeometry.js

+ 1 - 1
src/core/BufferGeometry.js

@@ -134,7 +134,7 @@ class BufferGeometry extends EventDispatcher {
 		 * This dictionary holds the morph targets of the geometry.
 		 *
 		 * Note: Once the geometry has been rendered, the morph attribute data cannot
-		 * be changed. You will have to call `dispose()?, and create a new geometry instance.
+		 * be changed. You will have to call `dispose()`, and create a new geometry instance.
 		 *
 		 * @type {Object}
 		 */

粤ICP备19079148号