From 7c62c0ab3454e6fd14a73b363477ab16e2e46cc7 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 8 Jun 2015 14:59:00 +0200 Subject: [PATCH] Re-enable logging --- js/prototype/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/prototype/main.js b/js/prototype/main.js index a9b413b..62e68e8 100644 --- a/js/prototype/main.js +++ b/js/prototype/main.js @@ -79,7 +79,6 @@ function init() { // Initialize pointer camera var camera1 = new PointerCamera(50, container_size.width() / container_size.height(), 0.1, 100000, renderer, container); - BD.disable(); cameras = initMainScene(camera1, scene, static_path, coins); // cameras = initPeach(camera1, scene, static_path, coins); // cameras = initBobomb(camera1, scene, static_path, coins);