소스 검색

Updated builds

Mr.doob 4 년 전
부모
커밋
96633147d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build/three.module.js

+ 1 - 1
build/three.module.js

@@ -2451,7 +2451,7 @@ class WebGLRenderTarget extends EventDispatcher {
 
 	}
 
-	setSize ( width, height, depth = 1 ) {
+	setSize( width, height, depth = 1 ) {
 
 		if ( this.width !== width || this.height !== height || this.depth !== depth ) {