NX/VITA: Fix call to Draw_AlphaStretchPic

This commit is contained in:
cypress 2024-09-02 19:25:45 -07:00
parent 0f58bd2cec
commit ad9d215d3d
1 changed files with 2 additions and 2 deletions

View File

@ -524,9 +524,9 @@ void HUD_Points (void)
#ifdef VITA
Draw_StretchPic(x_position, 407 - (35 * i), 128, 32, 255, moneyback);
Draw_AlphaStretchPic(x_position, 407 - (35 * i), 128, 32, 255, moneyback);
#else
Draw_StretchPic(x_position, 629 - (24 * i), 86, 21, 255, moneyback);
Draw_AlphaStretchPic(x_position, 629 - (24 * i), 86, 21, 255, moneyback);
#endif // VITA
#ifdef VITA