Explorar el Código

Animation.js - Don't return before rendering the last frame

David Caldwell hace 10 años
padre
commit
952681a83e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/extras/animation/Animation.js

+ 0 - 1
src/extras/animation/Animation.js

@@ -195,7 +195,6 @@ THREE.Animation.prototype.update = (function(){
 			} else {
 
 				this.stop();
-				return;
 
 			}