Unhackify mDoLib_project

This commit is contained in:
Luke Street
2026-04-18 12:46:44 -06:00
parent 2ec6f65572
commit 1c8bb1206e
33 changed files with 0 additions and 294 deletions
-4
View File
@@ -11004,11 +11004,7 @@ void dKy_depth_dist_set(void* process_p) {
f32 var_f31 = sp24.abs(camera_p->view.lookat.eye);
if (var_f31 < 2000.0f && var_f31 < kankyo->field_0x1268) {
#if TARGET_PC
mDoLib_project(&actor_p->eyePos, &sp30, {0, 0, FB_WIDTH, FB_HEIGHT});
#else
mDoLib_project(&actor_p->eyePos, &sp30);
#endif
if ((sp30.x >= 0.0f && sp30.x < FB_WIDTH) && (sp30.y >= 0.0f &&
#if DEBUG