Fix renderergl2 warnings
This commit is contained in:
parent
d38039f975
commit
6665ea4a49
4 changed files with 7 additions and 9 deletions
|
@ -3692,7 +3692,7 @@ a single large text block that can be scanned for shader names
|
|||
static void ScanAndLoadShaderFiles( void )
|
||||
{
|
||||
char **shaderFiles;
|
||||
char *buffers[MAX_SHADER_FILES];
|
||||
char *buffers[MAX_SHADER_FILES] = {NULL};
|
||||
char *p;
|
||||
int numShaderFiles;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue