Skip to content

Commit 204e219

Browse files
committed
Whoops, meant to have a 60 degree Hor+ FOV by default.
1 parent 1069ff2 commit 204e219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Utilities/FOVHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SOFTWARE.
2929
#include <cmath>
3030

3131
namespace FOV {
32-
float AdjustFOVHorPlusToVertPlus(float aspectRatio = (16.0f / 9.0f), float horizontalFOV = 50.0f, float aspectRatioThreshold = (16.0f / 9.0f));
32+
float AdjustFOVHorPlusToVertPlus(float aspectRatio = (16.0f / 9.0f), float horizontalFOV = 60.0f, float aspectRatioThreshold = (16.0f / 9.0f));
3333
} // FOV
3434

3535
#endif //FOVHELPER_H

0 commit comments

Comments
 (0)