浏览代码

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 ) {