mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
Fix shader comment
This commit is contained in:
parent
e575676887
commit
1c4d605b51
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ static const char *vertex_shaders[] = {
|
||||||
// Sky vertex shader
|
// Sky vertex shader
|
||||||
GLSL_DEFAULT_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,
|
GLSL_MODEL_LIGHTING_VERTEX_SHADER,
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue