From 74c4538d6c1b68108a6cc604bf18fcd4431b1b5c Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 1 May 2014 14:30:11 -0500 Subject: [PATCH] Fixed repeat --- js/animation/animation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/animation/animation.js b/js/animation/animation.js index e165e30968..e2c0034ef4 100644 --- a/js/animation/animation.js +++ b/js/animation/animation.js @@ -176,7 +176,6 @@ } else { // Otherwise, just start over percent = startPercent; - lastFrame = now; } // Start fresh either way start = time();