Fix a few warnings
This commit is contained in:
parent
c621589157
commit
621a72e698
18 changed files with 76 additions and 74 deletions
|
@ -2915,7 +2915,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] = {0};
|
||||
char *p;
|
||||
int numShaderFiles;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue