]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/obj.cxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Objects / obj.cxx
index 1f792db11ae508c4531f2421863634287e94fcdb..afd8107ab95334c9183e44a0dd51bdcd5c05e9e0 100644 (file)
@@ -903,7 +903,7 @@ static ssgLeaf *gen_leaf( const string& path,
 
 // Load an Binary obj file
 ssgBranch *fgBinObjLoad( const string& path, FGTileEntry *t,
-                               ssgVertexArray *lights, const bool is_base)
+                         ssgVertexArray *lights, const bool is_base)
 {
     int i;