Close the loaded file and return true...

This commit is contained in:
dfighter1985 2014-07-30 11:15:14 +02:00
parent 4a69a4f8b2
commit 8e3ec659d5

View file

@ -168,6 +168,7 @@ bool TileBankLoader::load( const char *filename, TileModel *model, QList< Land >
model->setTexturePath( p->bank.getAbsPath().c_str() );
file.close();
return false;
return true;
}