Fix typo using non-serialised parameter

This commit is contained in:
baldurk
2014-12-01 20:57:17 +00:00
parent ad4afaf4a0
commit 00e8b67950
@@ -3248,7 +3248,7 @@ bool WrappedOpenGL::Serialise_glTextureBufferEXT(GLuint texture, GLenum target,
m_Textures[liveId].height = 1;
m_Textures[liveId].depth = 1;
m_Textures[liveId].curType = TextureTarget(Target);
m_Textures[liveId].internalFormat = internalformat;
m_Textures[liveId].internalFormat = fmt;
m_Real.glTextureBufferEXT(GetResourceManager()->GetLiveResource(texid).name,
Target, fmt,