mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Remove trailing spaces
This commit is contained in:
@ -16,8 +16,8 @@ void main()
|
||||
{
|
||||
// Texel color fetching from texture sampler
|
||||
vec4 texelColor = texture2D(texture0, fragTexCoord);
|
||||
|
||||
|
||||
// NOTE: Implement here your fragment shader code
|
||||
|
||||
|
||||
gl_FragColor = texelColor*colDiffuse;
|
||||
}
|
||||
Reference in New Issue
Block a user