Pārlūkot izejas kodu

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

David Caldwell 10 gadi atpakaļ
vecāks
revīzija
952681a83e
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;
 
 			}