parent
65628aab54
commit
33c63a6d72
1 changed files with 2 additions and 2 deletions
|
@ -257,8 +257,8 @@ FGTileMgr::loadTileModel(const string& modelPath, bool cacheModel)
|
||||||
* so we can run the Nasal stuff in the main thread.
|
* so we can run the Nasal stuff in the main thread.
|
||||||
*/
|
*/
|
||||||
result=
|
result=
|
||||||
SGModelLib::loadDeferredModel(fullPath.str(), globals->get_props()/*,
|
SGModelLib::loadDeferredModel(fullPath.str(), globals->get_props(),
|
||||||
new FGNasalModelData*/);
|
_disableNasalHooks->getBoolValue() ? NULL : new FGNasalModelData);
|
||||||
}
|
}
|
||||||
} catch (const sg_io_exception& exc) {
|
} catch (const sg_io_exception& exc) {
|
||||||
string m(exc.getMessage());
|
string m(exc.getMessage());
|
||||||
|
|
Loading…
Add table
Reference in a new issue