mirror of
https://github.com/zeldaret/tp
synced 2026-06-12 21:45:21 -04:00
wii building OK / m_Do_graphic debug work (#2815)
* wii building OK + m_Do_graphic debug work * d_meter_HIO debug cleanup * wii m_Do_graphic stuff * tag_attack_item OK, mirror_chain almost * fix build * mg_fshop matching
This commit is contained in:
+2
-2
@@ -113,8 +113,8 @@ void dInsect_c::CalcZBuffer(f32 param_0) {
|
||||
camera_trim_height = 0.0f;
|
||||
}
|
||||
|
||||
if (pos_projected.x > 0.0f && pos_projected.x < 608.0f &&
|
||||
pos_projected.y > camera_trim_height && pos_projected.y < 448.0f - camera_trim_height)
|
||||
if (pos_projected.x > 0.0f && pos_projected.x < FB_WIDTH &&
|
||||
pos_projected.y > camera_trim_height && pos_projected.y < FB_HEIGHT - camera_trim_height)
|
||||
{
|
||||
dComIfGd_peekZ(pos_projected.x, pos_projected.y, &field_0x578);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user