]> git.mxchange.org Git - flightgear.git/commitdiff
clouds: remove unused bump mapping flag.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 18 Sep 2011 06:11:33 +0000 (08:11 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 1 Oct 2011 07:22:44 +0000 (09:22 +0200)
src/Main/main.cxx

index e16a68656d5cacb59b0ce69cd648916714053429..79fe251de240787e5136a17c3124fb240ec2069b 100644 (file)
@@ -132,7 +132,6 @@ static void fgMainLoop( void ) {
         = fgGetNode("/sim/timing-statistics/min-time-ms", true);
 
     frame_signal->fireValueChanged();
-    SGCloudLayer::enable_bump_mapping = fgGetBool("/sim/rendering/bump-mapping");
     
     SG_LOG( SG_GENERAL, SG_DEBUG, "Running Main Loop");
     SG_LOG( SG_GENERAL, SG_DEBUG, "======= ==== ====");