make rendering of retrieval and rendering of background more tightly bounded.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-08 13:41:32 +00:00
parent 7fe03d52fd
commit 1e988ef6bb
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class DeckMenu:public JGuiController{
void Add(int id, const char * Text, string desc = "", bool forceFocus = false, DeckMetaData *deckMetaData = NULL);
void Close();
void updateScroller();
JQuad * getBackground();
void RenderBackground();
float selectionTargetY;
bool closed;