Parcourir la source

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

David Caldwell il y a 10 ans
Parent
commit
952681a83e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 
 			}