Reviewed some comments

This commit is contained in:
raysan5
2015-08-30 17:44:47 +02:00
parent d7e7ef6a7d
commit aa982f80f5
2 changed files with 2 additions and 2 deletions

View File

@@ -2077,7 +2077,7 @@ Shader LoadShader(char *vsFileName, char *fsFileName)
return shader;
}
// Load a custom shader and return program id
// Load custom shader strings and return program id
unsigned int LoadShaderProgram(char *vShaderStr, char *fShaderStr)
{
unsigned int program = 0;