diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 18:07:36 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 18:07:36 -0400 |
| commit | d097c85eb03c7d6bc69aaf199c4a85fa6afa782e (patch) | |
| tree | 6e990ebc28e355feb9407b1e3c3c72c9918200ed /src/d/d_camera.cpp | |
| parent | 0b1706bec2ab4ddf22d1297df82d61e1bc8f15bb (diff) | |
Cleanup
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index 8e2e3d81..b4d1de89 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -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); |
