2
0
Эх сурвалжийг харах

Update BufferAttribute.js

Michael Herzog 1 жил өмнө
parent
commit
be7e3d55d5

+ 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;
 
 	}