Increase the default perspective camera FOV

This does not affect existing projects, but will affect newly-created
editor settings and Camera nodes.

(cherry picked from commit cdcc3c919b)
This commit is contained in:
Hugo Locurcio 2017-06-16 12:07:07 +02:00 committed by Rémi Verschelde
parent 3213ddd060
commit db2cb08057
3 changed files with 4 additions and 4 deletions

View file

@ -704,7 +704,7 @@ Camera::Camera() {
current = false;
force_change = false;
mode = PROJECTION_PERSPECTIVE;
set_perspective(60.0, 0.1, 100.0);
set_perspective(65.0, 0.1, 100.0);
keep_aspect = KEEP_HEIGHT;
layers = 0xfffff;
v_offset = 0;