1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-06-09 01:51:55 +00:00

Rename again

This commit is contained in:
JordanLongstaff 2025-06-06 11:55:44 -04:00
parent c28a274b31
commit 19e63e43ab

View file

@ -2362,11 +2362,11 @@ void EnRu1_PostLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3s* rot,
EnRu1* this = (EnRu1*)thisx; EnRu1* this = (EnRu1*)thisx;
if (limbIndex == RUTO_CHILD_HEAD) { if (limbIndex == RUTO_CHILD_HEAD) {
Vec3f focusBase; Vec3f multVec;
Vec3f focusPos; Vec3f focusPos;
focusBase = sMultVec; multVec = sMultVec;
Matrix_MultVec3f(&focusBase, &focusPos); Matrix_MultVec3f(&multVec, &focusPos);
this->actor.focus.pos.x = focusPos.x; this->actor.focus.pos.x = focusPos.x;
this->actor.focus.pos.y = focusPos.y; this->actor.focus.pos.y = focusPos.y;
this->actor.focus.pos.z = focusPos.z; this->actor.focus.pos.z = focusPos.z;