added a true method to recycle our 100 avatar images, and made sure they stay in line with the menu image if theyre over 100.

This commit is contained in:
omegablast2002@yahoo.com
2011-04-20 21:21:12 +00:00
parent f805d195ad
commit 561054ba34
3 changed files with 15 additions and 8 deletions

View File

@@ -253,7 +253,6 @@ void DeckMenu::Render()
{
JQuad * evil = quad.get();
evil->SetHFlip(true);
evil->SetColor(kRedColor);
renderer->RenderQuad(quad.get(), avatarX, avatarY);
evil = NULL;
}