]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/scenery.cxx
Check for the plib version when using display lists, just to be sure.
[flightgear.git] / src / Scenery / scenery.cxx
index 958e27f327d42c24cf0e64d69fee9cf8370bf498..88435c10cd7dc72a6677c388232e3a841f95e970 100644 (file)
@@ -72,6 +72,9 @@ void FGScenery::init() {
     gnd_lights_root = new ssgRoot;
     gnd_lights_root->setName( "Ground Lighting Root" );
 
+    vasi_lights_root = new ssgRoot;
+    vasi_lights_root->setName( "VASI/PAPI Lighting Root" );
+
     rwy_lights_root = new ssgRoot;
     rwy_lights_root->setName( "Runway Lighting Root" );