Use the new clouds3d-enable property instead.
This commit is contained in:
parent
5d07f52389
commit
a76bbbd23f
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ bool fgMainInit( int argc, char **argv ) {
|
|||
fgOSOpenWindow( fgGetInt("/sim/startup/xsize"),
|
||||
fgGetInt("/sim/startup/ysize"),
|
||||
fgGetInt("/sim/rendering/bits-per-pixel"),
|
||||
fgGetBool("/sim/rendering/clouds3d"),
|
||||
fgGetBool("/sim/rendering/clouds3d-enable"),
|
||||
get_stencil_buffer,
|
||||
fgGetBool("/sim/startup/fullscreen") );
|
||||
|
||||
|
|
Loading…
Reference in a new issue