From 7789527e6ed5e2df12176448ed0708a0529109b5 Mon Sep 17 00:00:00 2001 From: 0100 1011 0100 1111 0100 0100 Date: Thu, 10 May 2018 12:24:46 +0200 Subject: [PATCH] Update victory.js --- animations/victory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animations/victory.js b/animations/victory.js index 23252a1..b3545d3 100644 --- a/animations/victory.js +++ b/animations/victory.js @@ -59,7 +59,7 @@ function drawVictory() { } } -function animate() { - requestAnimFrame(animate); +function animateVictory() { + requestAnimFrame(animateVictory); drawVictory(); }