Bump GL serialise version just in case

This commit is contained in:
baldurk
2015-07-19 11:10:58 +02:00
parent c9877b6d0b
commit a6bed1b29e
+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 = 0x000000F;
static const uint32_t GL_SERIALISE_VERSION = 0x0000010;
// version number internal to opengl stream
uint32_t SerialiseVersion;