From: Mathias Froehlich Date: Sun, 18 Sep 2011 06:11:33 +0000 (+0200) Subject: clouds: remove unused bump mapping flag. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af1e00ac72623013416b743dc0f22342f5fa4c75;p=flightgear.git clouds: remove unused bump mapping flag. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index e16a68656..79fe251de 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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, "======= ==== ====");