mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-23 21:12:52 -08:00
Fixed abandoning sector not updating texture
This commit is contained in:
parent
82577b91d5
commit
2dc4a9e044
1 changed files with 4 additions and 0 deletions
|
|
@ -277,6 +277,10 @@ public class Sectors{
|
|||
grid.put(x, y, sector);
|
||||
}
|
||||
}
|
||||
|
||||
threads.runGraphics(() -> createTexture(sector));
|
||||
|
||||
save();
|
||||
}
|
||||
|
||||
public void load(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue