Explorar el Código

Refractor: Remove unnecessary parameter

Mugen87 hace 7 años
padre
commit
622a8060d4
Se han modificado 1 ficheros con 1 adiciones y 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 );