Cosmetic fix in save/load menu when line of game data info > 4

This commit is contained in:
raven02 2013-01-05 18:40:22 +08:00
parent b705c4cd1b
commit a1897195c5

View File

@ -257,7 +257,7 @@ void PSPSaveDialog::DisplaySaveDataInfo1()
, param.GetFileInfo(currentSelectedSave).saveDetail
);
std::string saveinfoTxt = txt;
PPGeDrawText(saveinfoTxt.c_str(), 200, 100, PPGE_ALIGN_LEFT, 0.5f, 0xFFFFFFFF);
PPGeDrawText(saveinfoTxt.c_str(), 200, 80, PPGE_ALIGN_LEFT, 0.5f, 0xFFFFFFFF);
}
}