Explorar o código

Legacy: Improved vr to xr warning message.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
b07ce26cf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Three.Legacy.js

+ 1 - 1
src/Three.Legacy.js

@@ -1712,7 +1712,7 @@ Object.defineProperties( WebGLRenderer.prototype, {
 	vr: {
 		get: function () {
 
-			console.warn( 'THREE.WebGLRenderer: .vr has been removed. Use .xr instead.' );
+			console.warn( 'THREE.WebGLRenderer: .vr has been renamed to .xr' );
 			return this.xr;
 
 		}