From: curt Date: Tue, 27 Jul 2004 20:40:33 +0000 (+0000) Subject: Default bump mapped clouds to off for the official release. They can still X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ec5cbff7b51d34a27b0d2ed2254413da500e707;p=flightgear.git Default bump mapped clouds to off for the official release. They can still be turned back on via the rendering options dialog box. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 99a1496a6..eeb545951 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1604,7 +1604,7 @@ bool fgInitSubsystems() { // Initialize the 2D cloud subsystem. //////////////////////////////////////////////////////////////////// fgGetNode("/sim/rendering/bump-mapping", true); - fgSetBool("/sim/rendering/bump-mapping", true); + fgSetBool("/sim/rendering/bump-mapping", false); #ifdef FG_USE_CLOUDS_3D ////////////////////////////////////////////////////////////////////