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:
@ -17,9 +17,9 @@ void main()
|
||||
{
|
||||
// Texel color fetching from texture sampler
|
||||
vec4 texelColor = texture(texture0, fragTexCoord);
|
||||
|
||||
|
||||
// NOTE: Implement here your fragment shader code
|
||||
|
||||
|
||||
finalColor = texelColor*colDiffuse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user