diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2026-03-17 03:44:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-17 03:44:11 -0700 |
| commit | 9f340b604b5ac3d19d330b7bd6a2d7355c58bc27 (patch) | |
| tree | 1db19763775c1b495235e05bd6ae1471a8bb53fb /src/d/actor/d_a_obj_ladder.cpp | |
| parent | ae0f8909a6ad9d1df2cf247a2538ff658d6e49c0 (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/actor/d_a_obj_ladder.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_ladder.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_ladder.cpp b/src/d/actor/d_a_obj_ladder.cpp index 903fb97e11..88a21141ae 100644 --- a/src/d/actor/d_a_obj_ladder.cpp +++ b/src/d/actor/d_a_obj_ladder.cpp @@ -380,7 +380,10 @@ int Act_c::Draw() { dComIfGd_setListBG(); mDoExt_modelUpdateDL(mModel); dComIfGd_setList(); - dComIfG_Bgsp().DebugDrawPoly(mpBgW); + + #if DEBUG + dComIfG_Bgsp().DebugDrawPoly(*mpBgW); + #endif return 1; } |
