clouds: remove unused bump mapping flag.
This commit is contained in:
parent
90b35f2cbe
commit
af1e00ac72
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ static void fgMainLoop( void ) {
|
||||||
= fgGetNode("/sim/timing-statistics/min-time-ms", true);
|
= fgGetNode("/sim/timing-statistics/min-time-ms", true);
|
||||||
|
|
||||||
frame_signal->fireValueChanged();
|
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, "Running Main Loop");
|
||||||
SG_LOG( SG_GENERAL, SG_DEBUG, "======= ==== ====");
|
SG_LOG( SG_GENERAL, SG_DEBUG, "======= ==== ====");
|
||||||
|
|
Loading…
Reference in a new issue