diff options
| author | Nolan Check <Nolan.Check@gmail.com> | 2011-02-27 01:51:03 +0000 |
|---|---|---|
| committer | Nolan Check <Nolan.Check@gmail.com> | 2011-02-27 01:51:03 +0000 |
| commit | 449e79aea51aff5549c321eb301cbf198f2c8ada (patch) | |
| tree | 8e35c18b8227fc0a4ff827c65cfea2a1e216210b /Source | |
| parent | c07fb95821ddf45c17b09819d0b738955a9dd0b3 (diff) | |
Fix a brain-fart....
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7256 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoDX11/Src/PSTextureEncoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoDX11/Src/PSTextureEncoder.cpp b/Source/Plugins/Plugin_VideoDX11/Src/PSTextureEncoder.cpp index 6663238b26..3d7dc5bf00 100644 --- a/Source/Plugins/Plugin_VideoDX11/Src/PSTextureEncoder.cpp +++ b/Source/Plugins/Plugin_VideoDX11/Src/PSTextureEncoder.cpp @@ -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())
|
