Parcourir la source

Merge pull request #5316 from premasagar/dev

Remove redundant render call
Mr.doob il y a 11 ans
Parent
commit
b59cad4692
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();
 
 			}