Clear before loading the model data.
This commit is contained in:
parent
a7022146ec
commit
53e118eb04
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ void TileModel::clear()
|
|||
|
||||
void TileModel::onTBLoaded()
|
||||
{
|
||||
clear();
|
||||
loadTileSets();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue