Return the --fov= to it's original functionality.
This commit is contained in:
parent
7aee6b0a60
commit
9f9d2f934a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue