diff --git a/source/sw/src/draw.cpp b/source/sw/src/draw.cpp index 454d9e55e..7fc753a9b 100644 --- a/source/sw/src/draw.cpp +++ b/source/sw/src/draw.cpp @@ -2162,6 +2162,8 @@ drawscreen(PLAYERp pp) videoSetCorrectedAspect(); } + renderSetAspect(Blrintf(float(viewingrange) * tanf(r_fov * (fPI/360.f))), yxaspect); + if (FAF_DebugView) videoClearViewableArea(255);