Fix typo that was reported

This commit is contained in:
baldurk
2015-08-06 08:09:15 +02:00
parent 120b42c15b
commit d3ea351c5b
@@ -2598,7 +2598,7 @@ void WrappedOpenGL::Common_glCompressedTextureImage3DEXT(ResourceId texId, GLenu
}
else
{
SCOPED_SERIALISE_CONTEXT(TEXIMAGE3D);
SCOPED_SERIALISE_CONTEXT(TEXIMAGE3D_COMPRESSED);
Serialise_glCompressedTextureImage3DEXT(record->Resource.name,
target, level, internalformat, width, height, depth, border, imageSize, fromunpackbuf ? NULL : pixels);