Quellcode durchsuchen

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

David Caldwell vor 10 Jahren
Ursprung
Commit
952681a83e
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;
 
 			}