VITA: Fix offset of "Round" text

This commit is contained in:
Ian 2023-09-07 10:24:00 -04:00
parent 99b485b6a7
commit c026cbc008
1 changed files with 2 additions and 2 deletions

View File

@ -684,7 +684,7 @@ void HUD_Rounds (void)
#ifdef VITA
Draw_ColoredStringScale(vid.width/2 - strlen("Round")*32, 160, "Round", 1, value/255, value/255, 1, 4.0f);
Draw_ColoredStringScale(vid.width/2 - strlen("Round")*16, 160, "Round", 1, value/255, value/255, 1, 4.0f);
#else
@ -707,7 +707,7 @@ void HUD_Rounds (void)
#ifdef VITA
Draw_ColoredStringScale(vid.width/2 - strlen("Round")*32, 160, "Round", 1, 0, 0, value/255, 4.0f);
Draw_ColoredStringScale(vid.width/2 - strlen("Round")*16, 160, "Round", 1, 0, 0, value/255, 4.0f);
#else