Browse Source

Editor: Commented out THREE.AnimationHandler reference.

Mr.doob 9 years ago
parent
commit
1b959b07aa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      editor/js/Viewport.js

+ 4 - 0
editor/js/Viewport.js

@@ -555,6 +555,8 @@ var Viewport = function ( editor ) {
 
 
 		requestAnimationFrame( animate );
 		requestAnimationFrame( animate );
 
 
+		/*
+
 		// animations
 		// animations
 
 
 		if ( THREE.AnimationHandler.animations.length > 0 ) {
 		if ( THREE.AnimationHandler.animations.length > 0 ) {
@@ -577,6 +579,8 @@ var Viewport = function ( editor ) {
 
 
 		}
 		}
 
 
+		*/
+
 	}
 	}
 
 
 	function render() {
 	function render() {