Fix shader comment

This commit is contained in:
Hannu Hanhi 2020-07-19 16:07:53 +03:00
parent 92ebbdfc10
commit b03e7f63c5
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ static const char *vertex_shaders[] = {
// Sky vertex shader
GLSL_DEFAULT_VERTEX_SHADER,
// Model fragment shader + diffuse lighting from above
// Model vertex shader + diffuse lighting from above
GLSL_MODEL_LIGHTING_VERTEX_SHADER,
NULL,