From 4cf2c7e37d08cc2ae9c0ef42435fc89ab87734e7 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Wed, 19 Nov 2025 17:10:03 -0500 Subject: Misc fixes (#2830) * Replace DANPCF_C_HACK with a better fakematch * d_a_obj_item OK * Fix ninja diff * Misc debug/nonmatching fixes * Fix ninja diff for PAL * Fix bad PAL split --- include/JSystem/JGeometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/JSystem') diff --git a/include/JSystem/JGeometry.h b/include/JSystem/JGeometry.h index 2522028442..99209023af 100644 --- a/include/JSystem/JGeometry.h +++ b/include/JSystem/JGeometry.h @@ -488,8 +488,8 @@ template struct TBox2 : public TBox > { TBox2() {} TBox2(const TVec2& _i, const TVec2& _f) { - i.set(_i); - f.set(_f); + TBox >::i.set(_i); + TBox >::f.set(_f); } TBox2(f32 x0, f32 y0, f32 x1, f32 y1) { set(x0, y0, x1, y1); } -- cgit v1.2.3