From: ThorstenB Date: Thu, 10 Nov 2011 21:08:23 +0000 (+0100) Subject: Fixed typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b09636f5ca56c291da707bd8bd8f7260d4e3a8ab;p=simgear.git Fixed typo. --- diff --git a/simgear/scene/model/modellib.cxx b/simgear/scene/model/modellib.cxx index 413d1734..7bf6ce0f 100644 --- a/simgear/scene/model/modellib.cxx +++ b/simgear/scene/model/modellib.cxx @@ -123,7 +123,7 @@ SGModelLib::loadModel(const string &path, } osg::Node* -SGModelLib::loadDeferedModel(const string &path, SGPropertyNode *prop_root, +SGModelLib::loadDeferredModel(const string &path, SGPropertyNode *prop_root, SGModelData *data) { osg::ProxyNode* proxyNode = new osg::ProxyNode; diff --git a/simgear/scene/model/modellib.hxx b/simgear/scene/model/modellib.hxx index cdcbd7dd..a9a3eb0d 100644 --- a/simgear/scene/model/modellib.hxx +++ b/simgear/scene/model/modellib.hxx @@ -58,9 +58,9 @@ public: // This function initially just returns a proxy node that refers to // the model file. Once the viewer steps onto that node the // model will be loaded. - static osg::Node* loadDeferedModel(const std::string &path, - SGPropertyNode *prop_root = NULL, - SGModelData *data=0); + static osg::Node* loadDeferredModel(const std::string &path, + SGPropertyNode *prop_root = NULL, + SGModelData *data=0); // Load a 3D model (any format) through the DatabasePager. // This function initially just returns a PagedLOD node that refers to // the model file. Once the viewer steps onto that node the