Corrected makefile (for server to start) and re-enabled collisions

This commit is contained in:
Thomas FORGIONE
2016-01-11 16:45:05 +01:00
parent f338e4006b
commit d904a4a472
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -164,6 +164,7 @@ function initThreeElements() {
scene.addCoins(GLOB.coinConfig);
camera1.collidableObjects = scene.collidableObjects;
camera1.collisions = true;
// Get default param for camera lock
document.getElementById('lock').checked = GLOB.locked;