cutechicken commited on
Commit
321bc54
1 Parent(s): ebc3901

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -559,7 +559,7 @@ async addDesertDecorations() {
559
  tankPos.y,
560
  tankPos.z
561
  ));
562
- //}
563
  this.camera.lookAt(lookAtPoint);
564
  }
565
 
 
559
  tankPos.y,
560
  tankPos.z
561
  ));
562
+ }
563
  this.camera.lookAt(lookAtPoint);
564
  }
565