1
0
Fork 0

Initialize the bump-mapped 3d clouds to true.

This commit is contained in:
ehofman 2004-05-20 14:13:36 +00:00
parent 14d28907dd
commit e7795093e7

View file

@ -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
////////////////////////////////////////////////////////////////////