reclaim texcache memory on softrasterizer reset
This commit is contained in:
parent
97dd427407
commit
3b71e1d6b0
|
@ -1024,6 +1024,7 @@ static char SoftRastInit(void)
|
|||
}
|
||||
|
||||
static void SoftRastReset() {
|
||||
TexCache_Reset();
|
||||
}
|
||||
|
||||
static void SoftRastClose()
|
||||
|
|
Loading…
Reference in New Issue