Fixed abandoning sector not updating texture

This commit is contained in:
Anuken 2018-10-16 16:35:43 -04:00
parent 82577b91d5
commit 2dc4a9e044

View file

@ -277,6 +277,10 @@ public class Sectors{
grid.put(x, y, sector);
}
}
threads.runGraphics(() -> createTexture(sector));
save();
}
public void load(){