mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update r_opengl.c
This commit is contained in:
parent
a37d742561
commit
dccb4192c3
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ typedef struct gl_shaderprogram_s
|
||||||
{
|
{
|
||||||
GLuint program;
|
GLuint program;
|
||||||
boolean custom;
|
boolean custom;
|
||||||
GLuint uniforms[gluniform_max+1];
|
GLint uniforms[gluniform_max+1];
|
||||||
} gl_shaderprogram_t;
|
} gl_shaderprogram_t;
|
||||||
static gl_shaderprogram_t gl_shaderprograms[MAXSHADERPROGRAMS];
|
static gl_shaderprogram_t gl_shaderprograms[MAXSHADERPROGRAMS];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue