소스 검색

Update WebGLUtils.js

Michael Herzog 4 년 전
부모
커밋
1e7bf91bdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {
 		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;
 			return gl.RGBA;
 
 
 		}
 		}

粤ICP备19079148号