diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-24 18:54:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 18:54:46 -0400 |
| commit | 7cd75e8f7b01a45ca8c72facfd5b4a3c1906c0e1 (patch) | |
| tree | ece493d144cfcb3af860c2af8fa0480491f69706 /src/d/d_a_boko_static.cpp | |
| parent | 4a29f64e6bf5a06a541161638913f51c51d8a633 (diff) | |
Demo matches (#767)
Diffstat (limited to 'src/d/d_a_boko_static.cpp')
| -rw-r--r-- | src/d/d_a_boko_static.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_a_boko_static.cpp b/src/d/d_a_boko_static.cpp index 81a69fc0..4f73f2ab 100644 --- a/src/d/d_a_boko_static.cpp +++ b/src/d/d_a_boko_static.cpp @@ -90,7 +90,7 @@ void daBoko_c::getTopPos(cXyz* ret) { if (mpModel != NULL) { cMtx_multVec(mpModel->getBaseTRMtx(), &m_top_offset[fopAcM_GetParam(this)], ret); } else { - *ret = fopAcM_GetPosition(this) + m_top_offset[fopAcM_GetParam(this)]; + *ret = current.pos + m_top_offset[fopAcM_GetParam(this)]; } } @@ -99,6 +99,6 @@ void daBoko_c::getBlurRootPos(cXyz* ret) { if (mpModel != NULL) { cMtx_multVec(mpModel->getBaseTRMtx(), &m_blur_root_offset[fopAcM_GetParam(this)], ret); } else { - *ret = fopAcM_GetPosition(this) + m_blur_root_offset[fopAcM_GetParam(this)]; + *ret = current.pos + m_blur_root_offset[fopAcM_GetParam(this)]; } } |
