Add more debug

This commit is contained in:
2025-11-09 19:04:40 -06:00
parent d054cf9e36
commit e2ce809762
5 changed files with 44 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
#include "ui.h"
#include "assert/assert.h"
#include "ui/uifps.h"
#include "ui/uidebug.h"
#include "util/memory.h"
#include "display/tileset/tileset_minogram.h"
#include "display/screen.h"
@@ -41,7 +41,7 @@ void uiRender(void) {
// Render UI elements here
if(UI.fontTexture.width > 0) {
uiFPSRender(UI.fontTileset, &UI.fontTexture);
uiDebugRender(UI.fontTileset, &UI.fontTexture);
uiTextboxRender();
}
cameraPopMatrix();