Jeck - Minor fixes to cache: Splash.jpg releases properly, pspicons no longer use the same quad.

This commit is contained in:
wagic.jeck
2009-09-14 08:46:18 +00:00
parent d55fc91112
commit 0a38623746
2 changed files with 5 additions and 3 deletions

View File

@@ -414,7 +414,7 @@ void GameStateMenu::Render()
renderer->ClearScreen(ARGB(0,0,0,0));
JLBFont * mFont = resources.GetJLBFont(Constants::MENU_FONT);
if ((currentState & MENU_STATE_MAJOR) == MENU_STATE_MAJOR_LOADING_CARDS){
JQuad* splashQuad = resources.RetrieveQuad("splash.jpg");
JQuad* splashQuad = resources.RetrieveTempQuad("splash.jpg");
if (splashQuad){
renderer->RenderQuad(splashQuad,0,0);
}else{