Update r_opengl.c

This commit is contained in:
Jaime Passos 2019-06-13 21:23:15 -03:00
parent 5e14fd4ae4
commit 0b3a02bfcc
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ typedef struct gl_shaderprogram_s
{
GLuint program;
boolean custom;
GLuint uniforms[gluniform_max+1];
GLint uniforms[gluniform_max+1];
} gl_shaderprogram_t;
static gl_shaderprogram_t gl_shaderprograms[MAXSHADERPROGRAMS];