From a0ad86cd199a7f507e0dd55b3f9d38be4b4ca300 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 3 Jun 2015 16:17:46 +0200 Subject: [PATCH] Fixed replay --- js/prototype/replay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prototype/replay.js b/js/prototype/replay.js index 7147749..aca198d 100644 --- a/js/prototype/replay.js +++ b/js/prototype/replay.js @@ -67,7 +67,7 @@ function init() { // Initialize pointer camera var camera1 = new ReplayCamera(50, container_size.width() / container_size.height(), 0.01, 100000); - cameras = initBobomb(camera1, scene, static_path, container_size); + cameras = initBobomb(camera1, scene, static_path, coins); camera1.cameras = cameras; // Add listeners