Browse Source

WebGLAnimation: Clean up.

Mugen87 5 years ago
parent
commit
4f2b2aca23
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/renderers/webgl/WebGLAnimation.js

+ 0 - 2
src/renderers/webgl/WebGLAnimation.js

@@ -11,8 +11,6 @@ function WebGLAnimation() {
 
 
 	function onAnimationFrame( time, frame ) {
 	function onAnimationFrame( time, frame ) {
 
 
-		if ( isAnimating === false ) return;
-
 		animationLoop( time, frame );
 		animationLoop( time, frame );
 
 
 		requestId = context.requestAnimationFrame( onAnimationFrame );
 		requestId = context.requestAnimationFrame( onAnimationFrame );