mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Close the loaded file and return true...
--HG-- branch : gsoc2014-dfighter
This commit is contained in:
parent
ac73999f07
commit
ddd687325f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue