1
0
Fork 0

This 'fixes' but partly re-introduces .

This commit is contained in:
ThorstenB 2012-01-29 10:18:06 +01:00
parent 65628aab54
commit 33c63a6d72

View file

@ -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());