mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
Fix typo
This commit is contained in:
parent
e0c9cc2c43
commit
647b7204e6
@ -589,7 +589,7 @@ int main()
|
||||
GFX::DrawSprite(sprites_phone_bg_idx, -76+bg_xPos+w*72, bg_yPos+h*136);
|
||||
}
|
||||
}
|
||||
Gui::DrawString(8, 8, 0.50, BLACK, "Select a game to manage it's save data.");
|
||||
Gui::DrawString(8, 8, 0.50, BLACK, "Select a game to manage its save data.");
|
||||
switch(highlightedGame) {
|
||||
case 0:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user