cloacking field graphics

This commit is contained in:
landgreen
2019-09-24 06:46:12 -07:00
parent a6c13eb0a6
commit f226965a6c
4 changed files with 11 additions and 7 deletions

View File

@@ -644,7 +644,6 @@ const game = {
game.fpsInterval = 1000 / game.fpsCap;
game.then = Date.now();
requestAnimationFrame(cycle); //starts game loop
game.lastLogTime = game.cycle + 360;
},
clearNow: false,
clearMap() {