Work on d_debug_camera (#3024)

This commit is contained in:
hatal175
2026-01-08 16:53:40 +02:00
committed by GitHub
parent 0e7b42e9ea
commit 2d4a8ee46a
11 changed files with 47 additions and 26 deletions
+11
View File
@@ -789,6 +789,17 @@ fopAc_ac_c* dBgS::PushPullCallBack(cBgS_PolyInfo const& param_0, fopAc_ac_c* i_p
i_label);
}
#if DEBUG
void dBgS::DrawPoly(cBgS_PolyInfo const& polyInfo, GXColor const& color) {
dBgW_Base* pdBgw = dComIfG_Bgsp().GetBgWBasePointer(polyInfo);
if (pdBgw != NULL) {
pdBgw->DrawPoly(polyInfo, color);
}
}
#endif
bool dBgS_CheckBWallPoly(cBgS_PolyInfo const& poly) {
cM3dGPla pla;