Fix a brain-fart....
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7256 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c07fb95821
commit
449e79aea5
|
@ -1081,6 +1081,8 @@ bool PSTextureEncoder::SetStaticShader(unsigned int dstFormat, unsigned int srcF
|
|||
|
||||
m_staticShaders[key] = newShader;
|
||||
bytecode->Release();
|
||||
|
||||
it = m_staticShaders.find(key);
|
||||
}
|
||||
|
||||
if (it != m_staticShaders.end())
|
||||
|
|
Loading…
Reference in New Issue