Fixed PSP rendering

This commit is contained in:
2025-11-09 14:54:33 -06:00
parent 587d716aae
commit aaa8622956
11 changed files with 30 additions and 8 deletions

View File

@@ -44,7 +44,6 @@ void uiRender(void) {
uiFPSRender(UI.fontTileset, &UI.fontTexture);
uiTextboxRender();
}
cameraPopMatrix();
}