Bump GL file serialise version for previous commit

This commit is contained in:
baldurk
2015-04-11 01:09:28 +01:00
parent 3ca65bd632
commit e0e345abd7
+1 -1
View File
@@ -55,7 +55,7 @@ struct GLInitParams : public RDCInitParams
uint32_t width;
uint32_t height;
static const uint32_t GL_SERIALISE_VERSION = 0x000000A;
static const uint32_t GL_SERIALISE_VERSION = 0x000000B;
// version number internal to opengl stream
uint32_t SerialiseVersion;