Quick fix for broken map rebuild (which is very needed in editor)
This commit is contained in:
parent
a00e4ff50b
commit
87eef392dd
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ void terrain_builder::tile::clear()
|
|||
{
|
||||
flags.clear();
|
||||
images.clear();
|
||||
sorted_images = false;
|
||||
images_foreground.clear();
|
||||
images_background.clear();
|
||||
last_tod = "invalid_tod";
|
||||
|
|
Loading…
Add table
Reference in a new issue