]> git.mxchange.org Git - flightgear.git/commitdiff
Initialize the bump-mapped 3d clouds to true.
authorehofman <ehofman>
Thu, 20 May 2004 14:13:36 +0000 (14:13 +0000)
committerehofman <ehofman>
Thu, 20 May 2004 14:13:36 +0000 (14:13 +0000)
src/Main/fg_init.cxx

index b9ed5d85cef877c01dc278d873716d3feeb6a51f..2cbb434d8a202e178d7dc7bf080017d2ae3317cf 100644 (file)
@@ -1591,6 +1591,7 @@ bool fgInitSubsystems() {
     // Initialize the 2D cloud subsystem.
     ////////////////////////////////////////////////////////////////////
     fgGetNode("/sim/rendering/bump-mapping", true);
+    fgSetBool("/sim/rendering/bump-mapping", true);
 
 #ifdef FG_USE_CLOUDS_3D
     ////////////////////////////////////////////////////////////////////