1
0
Fork 0

Return the --fov= to it's original functionality.

This commit is contained in:
curt 2007-12-29 21:51:39 +00:00
parent 7aee6b0a60
commit 9f9d2f934a

View file

@ -494,7 +494,7 @@ parse_fov( const string& arg ) {
if ( fov < FG_FOV_MIN ) { fov = FG_FOV_MIN; }
if ( fov > FG_FOV_MAX ) { fov = FG_FOV_MAX; }
fgSetDouble("/sim/current-view/field-of-view", fov);
fgSetDouble("/sim/view[0]/config/default-field-of-view-deg", fov);
// printf("parse_fov(): result = %.4f\n", fov);