Skip to content
Snippets Groups Projects
Commit 06ea7ae9 authored by Robert Menzel's avatar Robert Menzel
Browse files

fixed minor bug with wrong static array size

parent d256bd81
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,11 @@ using namespace ACGL::Base;
using namespace ACGL::OpenGL;
#ifndef ACGL_OPENGL_ES
#if (ACGL_OPENGL_VERSION >= 43)
const unsigned int ShaderProgramControlFiles::sShaderEndingsSize = 9;
#else
const unsigned int ShaderProgramControlFiles::sShaderEndingsSize = 8;
#endif
#else
const unsigned int ShaderProgramControlFiles::sShaderEndingsSize = 4;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment