Kaynağa Gözat

Merge pull request #5727 from galvanix/fix-last-animation-frame

Fix non-looped animations ending before last key is applied
Mr.doob 11 yıl önce
ebeveyn
işleme
1c62f00028
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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;
 
 			}
 

粤ICP备19079148号