Added arc turret

This commit is contained in:
Anuken
2018-09-08 11:35:29 -04:00
parent 1b0dd279ae
commit c73c97dc7b
11 changed files with 758 additions and 757 deletions

View File

@@ -253,8 +253,6 @@ public class FloorRenderer{
public void clearTiles(){
if(cbatch != null) cbatch.dispose();
Timers.mark();
if(world.getSector() != null){
gutter = mapPadding;
}else{
@@ -266,8 +264,6 @@ public class FloorRenderer{
cache = new Chunk[chunksx][chunksy];
cbatch = new CacheBatch(world.width() * world.height() * 4 * 4);
Log.info("Time to create: {0}", Timers.elapsed());
Timers.mark();
for(int x = 0; x < chunksx; x++){