mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 01:30:00 -04:00
d_s_room / d_s_name / d_a_title debug work (#3123)
* d_s_room / d_s_name debug work * camera_class rtti fix * d_a_title debug / handle shield rel changes * fix shield build * fix regressions
This commit is contained in:
@@ -501,7 +501,7 @@ void daObjARI_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 {
|
||||
|
||||
Reference in New Issue
Block a user