Save Errors

Tag Debug Func of ui7
This commit is contained in:
2024-02-28 21:01:04 +01:00
parent 6e8f3f0f8b
commit 04c56a98d5
3 changed files with 15 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ struct UI7OBJ {
type = i1;
s = rd7i_current_screen;
}
// Killer Function
void Debug() {
RenderD7::OnScreen(s ? Top : Bottom);
auto clr = UI7CtxDebugCol(type);