more fixes - not quite there yet

This commit is contained in:
logsol 2014-06-15 03:05:19 +02:00
parent cca3a258ba
commit a92afc1f4f
3 changed files with 40 additions and 11 deletions

View file

@ -50,9 +50,7 @@ function (Parent, PhysicsEngine, Settings, PlayerController, requestAnimFrame, N
}
GameController.prototype.onLevelLoaded = function() {
console.log("onLevelLoaded updateWorld pre")
this.updateWorld();
console.log("onLevelLoaded updateWorld post")
};
GameController.prototype.onUserJoined = function (user) {