Clear before loading the model data.

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-08-05 03:20:30 +02:00
parent 2a55904b3e
commit 84fc5f27b6

View file

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