Clear before loading the model data.

This commit is contained in:
dfighter1985 2014-08-05 03:20:30 +02:00
parent 1e76cd0f5e
commit 066743bea0

View file

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