1
0
Fork 0

Default bump mapped clouds to off for the official release. They can still

be turned back on via the rendering options dialog box.
This commit is contained in:
curt 2004-07-27 20:40:33 +00:00
parent 85fe50dcc5
commit 7ec5cbff7b

View file

@ -1604,7 +1604,7 @@ bool fgInitSubsystems() {
// Initialize the 2D cloud subsystem.
////////////////////////////////////////////////////////////////////
fgGetNode("/sim/rendering/bump-mapping", true);
fgSetBool("/sim/rendering/bump-mapping", true);
fgSetBool("/sim/rendering/bump-mapping", false);
#ifdef FG_USE_CLOUDS_3D
////////////////////////////////////////////////////////////////////