fix regressions

This commit is contained in:
elijah-thomas774
2025-05-29 23:03:09 -04:00
parent 73fee55675
commit f09acff980
2 changed files with 6 additions and 4 deletions
@@ -16,7 +16,9 @@ struct LIGHT_INFLUENCE {
mScale = scale;
}
void SetPosition(const mVec3_c &pos) {
mPos = pos;
mPos.x = pos.x;
mPos.y = pos.y;
mPos.z = pos.z;
}
/* 0x00 */ mVec3_c mPos;