mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-24 08:09:18 -05:00
Remove trailing spaces
This commit is contained in:
@ -41,7 +41,7 @@ void main()
|
||||
// Scanlines method 2
|
||||
float globalPos = (fragTexCoord.y + offset) * frequency;
|
||||
float wavePos = cos((fract(globalPos) - 0.5)*3.14);
|
||||
|
||||
|
||||
// Texel color fetching from texture sampler
|
||||
vec4 texelColor = texture(texture0, fragTexCoord);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user