Explorar o código

Refractor: Remove unnecessary parameter

Mugen87 %!s(int64=8) %!d(string=hai) anos
pai
achega
622a8060d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/objects/Refractor.js

+ 1 - 1
examples/js/objects/Refractor.js

@@ -243,7 +243,7 @@ THREE.Refractor = function ( width, height, options ) {
 
 		// update
 
-		updateRefractorPlane( camera );
+		updateRefractorPlane();
 
 		updateTextureMatrix( camera );