diff options
| author | Max Roncace <me@caseif.net> | 2026-01-11 22:20:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 19:20:17 -0800 |
| commit | decb0c543799398b7e1d1ccb8fbbfe6937f5dbc0 (patch) | |
| tree | 494520cb90d14ea02a5ba2f1e24231b4c5956210 /src/d/d_ev_camera.cpp | |
| parent | 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (diff) | |
d_camera debug almost matching (#3032)
Diffstat (limited to 'src/d/d_ev_camera.cpp')
| -rw-r--r-- | src/d/d_ev_camera.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_ev_camera.cpp b/src/d/d_ev_camera.cpp index bfa0be490a..1cd4c3e3b7 100644 --- a/src/d/d_ev_camera.cpp +++ b/src/d/d_ev_camera.cpp @@ -2260,8 +2260,8 @@ bool dCamera_c::gameOverEvCamera() { } if (!bVar9 && bVar3) { - mViewCache.mCenter += mMonitor.field_0x14; - mViewCache.mEye += (mMonitor.field_0x14 * 0.98f); + mViewCache.mCenter += mMonitor.field_0x14.field_0x0; + mViewCache.mEye += (mMonitor.field_0x14.field_0x0 * 0.98f); } mViewCache.mDirection.Val(mViewCache.mEye - mViewCache.mCenter); |
