From: ThorstenB Date: Thu, 10 Nov 2011 21:10:51 +0000 (+0100) Subject: Fixed typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7aae4484d176d6b1389b50c7b3e9f39ddb0a254d;p=flightgear.git Fixed typo. --- diff --git a/src/Scenery/tilemgr.cxx b/src/Scenery/tilemgr.cxx index e511213f8..0e1c550c8 100644 --- a/src/Scenery/tilemgr.cxx +++ b/src/Scenery/tilemgr.cxx @@ -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());