mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-03 10:04:01 +00:00
fix OT_INVISIBLE grid not reconstructing properly on map load
This commit is contained in:
parent
d4b80525a9
commit
3cb64459f3
1 changed files with 2 additions and 2 deletions
|
@ -1795,10 +1795,10 @@ next_SE:
|
|||
if(toSpawn.size())
|
||||
spawnEntities(&toSpawn[0], toSpawn.size());
|
||||
|
||||
this->reconstructGrid(true);
|
||||
|
||||
findMaxCameraValues();
|
||||
|
||||
this->reconstructGrid(true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue