Explorar el Código

Merge pull request #5316 from premasagar/dev

Remove redundant render call
Mr.doob hace 11 años
padre
commit
b59cad4692
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/misc_controls_orbit.html

+ 0 - 1
examples/misc_controls_orbit.html

@@ -125,7 +125,6 @@
 
 				window.addEventListener( 'resize', onWindowResize, false );
 
-				controls.addEventListener('change', render);
 				animate();
 
 			}