From: ehofman Date: Thu, 20 May 2004 14:13:36 +0000 (+0000) Subject: Initialize the bump-mapped 3d clouds to true. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e7795093e7d846ef2fc9303763291eea9c16bc7e;p=flightgear.git Initialize the bump-mapped 3d clouds to true. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index b9ed5d85c..2cbb434d8 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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 ////////////////////////////////////////////////////////////////////