Browse Source

Update WebGLUtils.js

Michael Herzog 3 years ago
parent
commit
1e7bf91bdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLUtils.js

+ 1 - 1
src/renderers/webgl/WebGLUtils.js

@@ -47,7 +47,7 @@ function WebGLUtils( gl, extensions, capabilities ) {
 
 		if ( p === RGBFormat ) {
 
-			console.warn( 'THREE.WebGLRenderer: THREE.RGBFormat has been removed. Please ues THREE.RGBAFormat instead. https://github.com/mrdoob/three.js/pull/23228' );
+			console.warn( 'THREE.WebGLRenderer: THREE.RGBFormat has been removed. Use THREE.RGBAFormat instead. https://github.com/mrdoob/three.js/pull/23228' );
 			return gl.RGBA;
 
 		}