Skip to content
Snippets Groups Projects
Commit 12afbacd authored by Brad Linden's avatar Brad Linden
Browse files

Fix DRTVWR-559 EOL at EOF to pass coding policy checks

parent 3ef31cb9
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n,
{
collectedColor = vec4(0);
return 0;
}
\ No newline at end of file
}
......@@ -231,4 +231,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n,
}
return min(float(hits), 1.0) * vignette;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment