Initialize the bump-mapped 3d clouds to true.
This commit is contained in:
parent
14d28907dd
commit
e7795093e7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue