diff options
| author | Max Roncace <me@caseif.net> | 2025-08-15 05:50:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 12:50:49 +0300 |
| commit | 41c72dc6d9911df56a6ada3641f9a77e5817bc2a (patch) | |
| tree | 9c36241fb49015d20cdba1e074c01fe59102c305 /src/d/d_camera.cpp | |
| parent | a6802bf7a23a57c14fe04b851a6d54aa263dd3c8 (diff) | |
d_a_e_hp almost matching (#2585)
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index 6afeeb1b1e..0f46a43a5e 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -3396,8 +3396,8 @@ bool dCamera_c::bumpCheck(u32 i_flags) { * lineBGCheckBoth__9dCamera_cFP4cXyzP4cXyzP11dBgS_LinChkUl */ bool dCamera_c::lineBGCheckBoth(cXyz* i_start, cXyz* i_end, dBgS_LinChk* i_linchk, u32 i_flags) { - i_linchk->onBackFlag(); - i_linchk->onFrontFlag(); + i_linchk->OnBackFlag(); + i_linchk->OnFrontFlag(); return lineBGCheck(i_start, i_end, i_linchk, i_flags); } |
