Răsfoiți Sursa

Update BufferAttribute.js

Michael Herzog 1 an în urmă
părinte
comite
be7e3d55d5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
 
 	}