mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 03:28:35 -04:00
Demo matches (#767)
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user