haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

Fix Scope FOV #11

Closed haekb closed 4 years ago

haekb commented 4 years ago

When zooming in with a sniper rifle scope the screen stretches on widescreen resolutions. This is due to a miscalculation of the FOV. Instead of handling both FOVX and FOVY I should just create a function that will handle that for me.