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(); }