mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
Align ring count to right edge
This commit is contained in:
parent
ca3593e160
commit
9862f6b5ca
@ -11,7 +11,7 @@ void Training_RingPassCount_Draw(void) {
|
|||||||
if (gRingPassCount != 0) {
|
if (gRingPassCount != 0) {
|
||||||
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
|
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
|
||||||
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
||||||
HUD_Number_Draw(250.0f, 50.0f, gRingPassCount, 1.0f, 0, 999);
|
HUD_Number_Draw(OTRGetDimensionFromRightEdge(250.0f), 50.0f, gRingPassCount, 1.0f, 0, 999);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user