Browse Source

Examples: Added render() call to misc_controls_trackball as it now updates before the eventlistener can catch it.

Mr.doob 11 years ago
parent
commit
b3075f7cab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/misc_controls_trackball.html

+ 4 - 0
examples/misc_controls_trackball.html

@@ -133,6 +133,10 @@
 
 				window.addEventListener( 'resize', onWindowResize, false );
 
+				//
+
+				render();
+
 			}
 
 			function onWindowResize() {