Possible fix to #608
parent
82e06bfd8e
commit
2ec5e07080
|
@ -2554,6 +2554,9 @@ void CEngine::FlushTextureCache()
|
|||
{
|
||||
m_device->DestroyAllTextures();
|
||||
|
||||
m_backgroundTex.SetInvalid();
|
||||
m_foregroundTex.SetInvalid();
|
||||
|
||||
m_texNameMap.clear();
|
||||
m_revTexNameMap.clear();
|
||||
m_texBlacklist.clear();
|
||||
|
|
Loading…
Reference in New Issue