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