mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 13:03:33 -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:
@@ -558,8 +558,8 @@ void daObjKUW_c::Z_BufferChk() {
|
||||
trimHeight = 0.0f;
|
||||
}
|
||||
|
||||
if (local_5c.x > 0.0f && local_5c.x < 608.0f &&
|
||||
local_5c.y > trimHeight && local_5c.y < 448.0f - trimHeight) {
|
||||
if (local_5c.x > 0.0f && local_5c.x < FB_WIDTH &&
|
||||
local_5c.y > trimHeight && local_5c.y < FB_HEIGHT - trimHeight) {
|
||||
dComIfGd_peekZ(local_5c.x, local_5c.y, &field_0x9bc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user