From af1e00ac72623013416b743dc0f22342f5fa4c75 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 18 Sep 2011 08:11:33 +0200 Subject: [PATCH] clouds: remove unused bump mapping flag. --- src/Main/main.cxx | 1 - 1 file changed, 1 deletion(-) 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, "======= ==== ===="); -- 2.39.5