Turned dynamic lights back on

This commit is contained in:
2014-06-12 00:23:49 -07:00
parent 217974046d
commit 74a0b16e66

View File

@@ -674,7 +674,6 @@ GameState.prototype.update = function()
this.updateShadowTexture();
if (game.time.fps !== 0) {
this.fpsText.setText(game.time.fps + ' FPS');
this.fpsText.bringToTop();
}
}