Erwan - fixed a graphic glitch with menus in psp
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 243 B |
@@ -50,7 +50,7 @@ SimpleMenu::SimpleMenu(int id, JGuiListener* listener, JLBFont* font, int x, int
|
|||||||
if (NULL == spadeL) spadeL = NEW JQuad(spadeLTex, 2, 1, 16, 13);
|
if (NULL == spadeL) spadeL = NEW JQuad(spadeLTex, 2, 1, 16, 13);
|
||||||
if (NULL == spadeR) spadeR = NEW JQuad(spadeRTex, 2, 1, 16, 13);
|
if (NULL == spadeR) spadeR = NEW JQuad(spadeRTex, 2, 1, 16, 13);
|
||||||
if (NULL == jewel) jewel = NEW JQuad(jewelTex, 1, 1, 3, 3);
|
if (NULL == jewel) jewel = NEW JQuad(jewelTex, 1, 1, 3, 3);
|
||||||
if (NULL == side) side = NEW JQuad(sideTex, 0, 1, 1, 7);
|
if (NULL == side) side = NEW JQuad(sideTex, 1, 1, 1, 7);
|
||||||
if (NULL == titleFont)
|
if (NULL == titleFont)
|
||||||
{
|
{
|
||||||
GameApp::CommonRes->LoadJLBFont(titleFontPath, 7);
|
GameApp::CommonRes->LoadJLBFont(titleFontPath, 7);
|
||||||
|
|||||||
Reference in New Issue
Block a user