Change fieldOfView to 75 as we're using vertical fov measurements

This commit is contained in:
Marco Cawthorne 2021-08-04 21:52:42 +02:00
parent 19d9e67c25
commit 478b0c7ba3
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ struct camera_t {
color(0, 0, 0),
movementflags(0),
m_keymove_handler(0),
fieldOfView(90.0f),
fieldOfView(75.0f),
m_mouseMove(motionDelta, this),
m_view(view),
m_update(update)