Jeck - GameStateMenu releases background image from cache, minor cache fixes.

This commit is contained in:
wagic.jeck
2009-09-20 23:56:08 +00:00
parent 31cf4ac884
commit 8c9374fe1f
5 changed files with 19 additions and 21 deletions

View File

@@ -86,7 +86,6 @@ public:
bool ReleaseQuad(JQuad* quad); //We're done with this quad, so delete and stop tracking. True if existed.
protected:
JTexture * texture;
bool bVRAM;
vector<WTrackedQuad*> trackedQuads;
static vector<WTrackedQuad*> garbageTQs;
};