reclaim texcache memory on softrasterizer reset

This commit is contained in:
nitsuja 2009-11-15 01:16:56 +00:00
parent 97dd427407
commit 3b71e1d6b0
1 changed files with 1 additions and 0 deletions

View File

@ -1024,6 +1024,7 @@ static char SoftRastInit(void)
} }
static void SoftRastReset() { static void SoftRastReset() {
TexCache_Reset();
} }
static void SoftRastClose() static void SoftRastClose()