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

@@ -317,7 +317,7 @@ void WCachedTexture::Nullify(){
texture = NULL;
}
void WCachedTexture::Trash(){
SAFE_DELETE(texture);
SAFE_DELETE(texture);
vector<WTrackedQuad*>::iterator it;
WTrackedQuad * tq = NULL;