From 7ec5cbff7b51d34a27b0d2ed2254413da500e707 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Jul 2004 20:40:33 +0000 Subject: [PATCH] Default bump mapped clouds to off for the official release. They can still be turned back on via the rendering options dialog box. --- src/Main/fg_init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ////////////////////////////////////////////////////////////////////