Fixed typo.
This commit is contained in:
parent
e89699acef
commit
7aae4484d1
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue