diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-24 11:25:35 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-24 11:25:35 -0400 |
| commit | 7efaae45c77dd3ce555e73970ae9182ec2dd4e76 (patch) | |
| tree | d0018f02deade08e66c9e834581e3cb61d1daf53 /src/d/d_camera.cpp | |
| parent | af1c8e261e402c7ce879ea541c8dbe794f177483 (diff) | |
A couple demo matches
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 487eaaff..cbc9808c 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -4517,7 +4517,7 @@ bool dCamera_c::fixedFrameCamera(s32 param_1) { p->m39C = p->m3A8; cM3dGLin line; - line.set(p->m3A8, p->m378); + line.SetStartEnd(p->m3A8, p->m378); spF0 = attentionPos(mpPlayerActor); if (cM3d_Len3dSqPntAndSegLine(&line, &spF0, &spE4, &sp30)) { |
