1
0
Fork 0

Fixed typo.

This commit is contained in:
ThorstenB 2011-11-10 22:10:51 +01:00
parent e89699acef
commit 7aae4484d1

View file

@ -276,7 +276,7 @@ FGTileMgr::loadTileModel(const string& modelPath, bool cacheModel)
new FGNasalModelData);
else
result=
SGModelLib::loadDeferedModel(fullPath.str(), globals->get_props(),
SGModelLib::loadDeferredModel(fullPath.str(), globals->get_props(),
new FGNasalModelData);
} catch (const sg_io_exception& exc) {
string m(exc.getMessage());