Revert "Animation fixes"

This commit is contained in:
0100 1011 0100 1111 0100 0100
2018-05-10 12:07:37 +02:00
committed by GitHub
parent 168eee7873
commit 110aac6e1e
4 changed files with 61 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ function drawVictory() {
}
}
function animateVictory() {
requestAnimFrame(animateVictory);
function animate() {
requestAnimFrame(animate);
drawVictory();
}