فهرست منبع

Update BufferAttribute.js

Michael Herzog 1 سال پیش
والد
کامیت
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() {
 	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;
 		return this._updateRange;
 
 
 	}
 	}