- added Salmelo to credits
- updated version number
- fixed some bugs with the Story mode on the PSP
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-05-18 13:50:33 +00:00
parent f85a78198c
commit 2eb5043972
3 changed files with 18 additions and 7 deletions
+3
View File
@@ -344,6 +344,9 @@ void GameApp::Render()
return;
}
JRenderer * renderer = JRenderer::GetInstance();
renderer->ClearScreen(ARGB(0,0,0,0));
if (mCurrentState)
mCurrentState->Render();