mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
Remove trailing spaces
This commit is contained in:
@ -18,7 +18,7 @@ vec2 SampleSphericalMap(vec3 v)
|
||||
|
||||
void main()
|
||||
{
|
||||
// Normalize local position
|
||||
// Normalize local position
|
||||
vec2 uv = SampleSphericalMap(normalize(fragPosition));
|
||||
|
||||
// Fetch color from texture map
|
||||
|
||||
Reference in New Issue
Block a user