mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-31 01:15:20 -04:00
THA docs (#1177)
* THA docs Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * format * namefixer * yada * remove zero pad comment * Update include/z64.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update include/thga.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * namefixer * bss * namefixer --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ void Debug_DrawText(GraphicsContext* gfxCtx) {
|
||||
Gfx* gfxHead;
|
||||
GfxPrint printer;
|
||||
|
||||
if (THGA_GetSize(&gfxCtx->polyOpa) >= 0x2800) {
|
||||
if (THGA_GetRemaining(&gfxCtx->polyOpa) >= 0x2800) {
|
||||
GfxPrint_Init(&printer);
|
||||
|
||||
OPEN_DISPS(gfxCtx);
|
||||
|
||||
Reference in New Issue
Block a user