2
0
Эх сурвалжийг харах

Editor: Commented out THREE.AnimationHandler reference.

Mr.doob 9 жил өмнө
parent
commit
1b959b07aa
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      editor/js/Viewport.js

+ 4 - 0
editor/js/Viewport.js

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