We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b7243 commit 6441910Copy full SHA for 6441910
1 file changed
code/graphics/shadows.cpp
@@ -644,6 +644,7 @@ void shadows_render_all(fov_t fov, matrix *eye_orient, vec3d *eye_pos,
644
cockpit_fov = Sexp_fov;
645
else
646
cockpit_fov = COCKPIT_ZOOM_DEFAULT;
647
+ cockpit_fov = cockpit_fov * PROJ_FOV_FACTOR;
648
649
matrix light_matrix = shadows_start_render(eye_orient, eye_pos, fov, cockpit_fov, gr_screen.clip_aspect, Shadow_distances);
650
0 commit comments