浏览代码

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

Fix non-looped animations ending before last key is applied
Mr.doob 10 年之前
父节点
当前提交
1c62f00028
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {
 			} else {
 
 
 				this.stop();
 				this.stop();
-				return;
 
 
 			}
 			}