]> git.mxchange.org Git - flightgear.git/commitdiff
Default bump mapped clouds to off for the official release. They can still
authorcurt <curt>
Tue, 27 Jul 2004 20:40:33 +0000 (20:40 +0000)
committercurt <curt>
Tue, 27 Jul 2004 20:40:33 +0000 (20:40 +0000)
be turned back on via the rendering options dialog box.

src/Main/fg_init.cxx

index 99a1496a6d6a571097fd0fa3f7b8ddd44dee6383..eeb54595187b0808b52484846e2d951045fc64ca 100644 (file)
@@ -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
     ////////////////////////////////////////////////////////////////////