]> git.mxchange.org Git - simgear.git/commitdiff
Fix a very small oops.
authorcurt <curt>
Wed, 28 May 2003 21:00:05 +0000 (21:00 +0000)
committercurt <curt>
Wed, 28 May 2003 21:00:05 +0000 (21:00 +0000)
simgear/scene/tgdb/obj.cxx

index 385398b77b28bfdcf77062aba861131834572c03..089c263fee8381ed535928dd0dca4db0094ea6ec 100644 (file)
@@ -47,7 +47,7 @@ SG_USING_STD(string);
 
 
 // Generate an ocean tile
-bool fgGenTile( const string& path, SGBucket b,
+bool sgGenTile( const string& path, SGBucket b,
                 Point3D *center, double *bounding_radius,
                 SGMaterialLib *matlib, ssgBranch* geometry )
 {
@@ -313,7 +313,7 @@ gen_random_surface_objects (ssgLeaf *leaf,
 ////////////////////////////////////////////////////////////////////////
 
 // Load an Binary obj file
-bool fgBinObjLoad( const string& path, const bool is_base,
+bool sgBinObjLoad( const string& path, const bool is_base,
                    Point3D *center,
                    double *bounding_radius,
                    SGMaterialLib *matlib,