From e7795093e7d846ef2fc9303763291eea9c16bc7e Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 20 May 2004 14:13:36 +0000 Subject: [PATCH] Initialize the bump-mapped 3d clouds to true. --- src/Main/fg_init.cxx | 1 + 1 file changed, 1 insertion(+) 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 //////////////////////////////////////////////////////////////////// -- 2.39.5