fixed the default value for FoV

This commit is contained in:
Zeno Rogue 2020-12-25 06:07:42 +01:00
parent e13172f9ab
commit fd715d4057
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ EX void add_edit_fov(char key IS('f'), bool pop IS(false)) {
dialog::addSelItem(XLAT("field of view"), sfov, key);
dialog::add_action([=] {
if(pop) popScreen();
dialog::editNumber(vid.fov, 1, max_fov_angle(), 1, 45, "field of view",
dialog::editNumber(vid.fov, 1, max_fov_angle(), 1, 90, "field of view",
XLAT(
"Horizontal field of view, in angles. "
"This affects the Hypersian Rug mode (even when stereo is OFF) "