Skip to content

Commit fe8c83b

Browse files
authored
Update palette_switch.fs (#5205)
Removed unnecessary `a` in palette_switch.fs `note` comment
1 parent 15d234b commit fe8c83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shaders/resources/shaders/glsl330/palette_switch.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ out vec4 finalColor;
1717
void main()
1818
{
1919
// Texel color fetching from texture sampler
20-
// NOTE: The texel is actually the a GRAYSCALE index color
20+
// NOTE: The texel is actually the GRAYSCALE index color
2121
vec4 texelColor = texture(texture0, fragTexCoord)*fragColor;
2222

2323
// Convert the (normalized) texel color RED component (GB would work, too)

0 commit comments

Comments
 (0)