Clear before loading the model data.

This commit is contained in:
dfighter1985 2014-08-05 03:20:30 +02:00
parent a7022146ec
commit 53e118eb04

View file

@ -301,6 +301,7 @@ void TileModel::clear()
void TileModel::onTBLoaded()
{
clear();
loadTileSets();
}