Fix non-looped animations ending before last key is applied
@@ -195,7 +195,6 @@ THREE.Animation.prototype.update = (function(){
} else {
this.stop();
- return;
}