Make createShaders() static.
This commit is contained in:
parent
c40e2f8f7e
commit
823bbb41aa
|
@ -304,7 +304,7 @@ static GLuint texBlendLoc;
|
|||
|
||||
/* Shaders init */
|
||||
|
||||
void createShaders()
|
||||
static void createShaders()
|
||||
{
|
||||
hasShaders = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue