summaryrefslogtreecommitdiff
path: root/src/d/d_bg_s_capt_poly.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-03-17 03:44:11 -0700
committerGitHub <noreply@github.com>2026-03-17 03:44:11 -0700
commit9f340b604b5ac3d19d330b7bd6a2d7355c58bc27 (patch)
tree1db19763775c1b495235e05bd6ae1471a8bb53fb /src/d/d_bg_s_capt_poly.cpp
parentae0f8909a6ad9d1df2cf247a2538ff658d6e49c0 (diff)
various d_bg debug cleanup / d_menu_window_HIO debug (#3132)
* various d_bg debug cleanup * matching forward decl for compiler compatibility * fix build
Diffstat (limited to 'src/d/d_bg_s_capt_poly.cpp')
-rw-r--r--src/d/d_bg_s_capt_poly.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_bg_s_capt_poly.cpp b/src/d/d_bg_s_capt_poly.cpp
index 287db6ef59..1178947624 100644
--- a/src/d/d_bg_s_capt_poly.cpp
+++ b/src/d/d_bg_s_capt_poly.cpp
@@ -7,11 +7,11 @@
dBgS_CaptPoly::dBgS_CaptPoly() {
SetPolyPassChk(GetPolyPassChkInfo());
SetGrpPassChk(GetGrpPassChkInfo());
- field_0x48 = 0;
+ m_callback = NULL;
}
void dBgS_CaptPoly::Set(cXyz& min, cXyz& max) {
- aab.Set(&min, &max);
+ m_bnd.Set(&min, &max);
JUT_ASSERT(36, !(fpclassify(min.x) == FP_QNAN));
JUT_ASSERT(37, !(fpclassify(min.y) == FP_QNAN));