mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -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:
@@ -1394,7 +1394,7 @@ bool daE_SM_c::CheckViewArea() {
|
||||
mDoLib_project(¤t.pos, &vec);
|
||||
bool rv = false;
|
||||
|
||||
if (vec.x >= 0.0f && vec.x <= 608.0f && vec.y >= 0.0f && vec.y <= 448.0f) {
|
||||
if (vec.x >= 0.0f && vec.x <= FB_WIDTH && vec.y >= 0.0f && vec.y <= FB_HEIGHT) {
|
||||
rv = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user