Frame Interp: Fix flickering refraction in cutscenes

This commit is contained in:
Irastris
2026-04-20 18:11:27 -04:00
parent a074e30147
commit c42a33154c
+2 -4
View File
@@ -408,10 +408,8 @@ void begin_presentation_camera() {
}
mDoLib_clipper::setup(view->fovy, view->aspect, view->near_, far_);
#if WIDESCREEN_SUPPORT
mDoGph_gInf_c::offWideZoom();
#endif
// FRAME INTERP NOTE: Removed the call to offWideZoom that was here, it causes problems with presentation during cutscenes.
s_presentation_depth = 1;