mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 11:53:44 -04:00
various d_bg debug cleanup / d_menu_window_HIO debug (#3132)
* various d_bg debug cleanup * matching forward decl for compiler compatibility * fix build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user