Michael Herzog 2 лет назад
Родитель
Сommit
be7e3d55d5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/BufferAttribute.js

+ 1 - 1
src/core/BufferAttribute.js

@@ -45,7 +45,7 @@ class BufferAttribute {
 
 	get updateRange() {
 
-		console.warn( 'THREE.BufferAttribute: "updateRange" is deprecated and removed in r169. Use "addUpdateRange()" instead.' );
+		console.warn( 'THREE.BufferAttribute: "updateRange" is deprecated and removed in r169. Use "addUpdateRange()" instead.' ); // @deprecated, r159
 		return this._updateRange;
 
 	}

粤ICP备19079148号