]> git.mxchange.org Git - simgear.git/commitdiff
Fixed typo.
authorThorstenB <brehmt@gmail.com>
Thu, 10 Nov 2011 21:08:23 +0000 (22:08 +0100)
committerThorstenB <brehmt@gmail.com>
Thu, 10 Nov 2011 21:08:23 +0000 (22:08 +0100)
simgear/scene/model/modellib.cxx
simgear/scene/model/modellib.hxx

index 413d1734f120a06b900dfd42035156de12dd9f22..7bf6ce0f20e6503aacfaff022d83c86862bcb778 100644 (file)
@@ -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;
index cdcbd7dd8fade0c9bce8ede869273b28d70326ff..a9a3eb0d7362c562143287914706203a68cdac7b 100644 (file)
@@ -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