Fix camera structs being swapped

`camera_process_class` and `camera_class` were swapped according to TP's RTTI info.
This commit is contained in:
LagoLunatic
2026-08-17 23:03:22 -04:00
parent e3f5172595
commit f0d5cd7b6a
58 changed files with 182 additions and 180 deletions
+1 -1
View File
@@ -2564,7 +2564,7 @@ static void demo_camera(tn_class* i_this) {
camera->SetTrimSize(1);
i_this->m14F8 = 0x33;
camera_class* r3 = dComIfGp_getCamera(0);
camera_process_class* r3 = dComIfGp_getCamera(0);
i_this->mCameraEyePos = r3->mLookat.mEye;
i_this->mCenterPos = r3->mLookat.mCenter;
i_this->m1514 = 55.0f;