mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -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:
@@ -518,7 +518,7 @@ void daObjKAM_c::Z_BufferChk() {
|
||||
currentOffset = current.pos;
|
||||
currentOffset.y += 20.0f;
|
||||
mDoLib_project(¤tOffset, ¤tProj);
|
||||
camera_class* camera = dComIfGp_getCamera(0);
|
||||
camera_process_class* camera = dComIfGp_getCamera(0);
|
||||
f32 cameraHeight;
|
||||
if (camera != NULL) {
|
||||
cameraHeight = camera->mCamera.TrimHeight();
|
||||
|
||||
Reference in New Issue
Block a user