Fix camera_class view member

This commit is contained in:
LagoLunatic
2026-08-17 23:24:18 -04:00
parent a01d1af37b
commit a1c70c7ede
39 changed files with 235 additions and 234 deletions
+2 -2
View File
@@ -1945,8 +1945,8 @@ void demo_camera(fganon_class* i_this) {
camera2 = dComIfGp_getCamera(0);
i_this->mB5C = camera2->mLookat.mEye;
i_this->mB68 = camera2->mLookat.mCenter;
i_this->mB5C = camera2->view.mLookat.mEye;
i_this->mB68 = camera2->view.mLookat.mCenter;
a_this->shape_angle.y = fopAcM_searchPlayerAngleY(a_this);
}