Fixed abandoning sector not updating texture
This commit is contained in:
@@ -277,6 +277,10 @@ public class Sectors{
|
||||
grid.put(x, y, sector);
|
||||
}
|
||||
}
|
||||
|
||||
threads.runGraphics(() -> createTexture(sector));
|
||||
|
||||
save();
|
||||
}
|
||||
|
||||
public void load(){
|
||||
|
||||
Reference in New Issue
Block a user