This commit is contained in:
Sarge-117
2024-12-30 12:28:44 -08:00
committed by Alejandro Asenjo Nitti
parent 9862f6b5ca
commit e5ec8fa1fd
+1 -1
View File
@@ -9,7 +9,7 @@
void Training_RingPassCount_Draw(void) {
if (gRingPassCount != 0) {
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
HUD_Number_Draw(OTRGetDimensionFromRightEdge(250.0f), 50.0f, gRingPassCount, 1.0f, 0, 999);
}