Fixed power being set to NaN / Set splitter sprite to router

This commit is contained in:
Anuken
2018-07-15 11:50:06 -04:00
parent 37b9df3202
commit 92a968217c
8 changed files with 254 additions and 266 deletions
@@ -3,6 +3,7 @@ package io.anuke.mindustry.maps;
import io.anuke.ucore.util.GridMap;
public class Sectors{
private static final int sectorSize = 256;
private GridMap<Sector> grid = new GridMap<>();
public Sectors(){