This commit is contained in:
LagoLunatic
2025-05-21 18:07:36 -04:00
parent 0b1706bec2
commit d097c85eb0
8 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -4588,7 +4588,7 @@ void preparation(camera_process_class* i_this) {
dDlst_window_c* window = get_window(camera_id);
view_port_class* viewport = window->getViewPort();
f32 aspect = 1.3333334f * fapGmHIO_getAspectRatio();
f32 aspect = (4.0f/3.0f) * fapGmHIO_getAspectRatio();
camera->SetWindow(viewport->mWidth, viewport->mHeight);
fopCamM_SetAspect(a_this, aspect);