diff --git a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp index c043311b..5810cad9 100644 --- a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp +++ b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp @@ -63,7 +63,7 @@ char * - GL version string uint32 - number of shaders shaders in binary form */ -static const u32 ShaderStorageFormatVersion = 0x0EU; +static const u32 ShaderStorageFormatVersion = 0x0FU; bool ShaderStorage::saveShadersStorage(const graphics::Combiners & _combiners) const { wchar_t fileName[PLUGIN_PATH_SIZE];