Skip to content
Snippets Groups Projects
Commit 61a6054e authored by David Parks's avatar David Parks
Browse files

DRTVWR-559 Fix for mac build

parent b0fb4e3b
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -30,4 +30,4 @@ out vec4 frag_color; ...@@ -30,4 +30,4 @@ out vec4 frag_color;
void main() void main()
{ {
frag_color = vec4(1.0, 0, 0.5, 0.5); frag_color = vec4(1.0, 0, 0.5, 0.5);
} }
\ 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