This commit is contained in:
TakaRikka
2026-03-06 22:39:33 -08:00
140 changed files with 1293 additions and 1042 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ void daObjDAN_c::Z_BufferChk() {
vec1.y += 20.0f;
mDoLib_project(&vec1, &vec2);
f32 trim_height;
camera_class* camera = dComIfGp_getCamera(0);
camera_process_class* camera = dComIfGp_getCamera(0);
if (camera != NULL) {
trim_height = camera->mCamera.TrimHeight();
} else {