Sfoglia il codice sorgente

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

David Caldwell 10 anni fa
parent
commit
952681a83e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
 
 			}