Skip to content
Snippets Groups Projects
Commit 174eda3e authored by callum_linden's avatar callum_linden
Browse files

Extra fix for Dave's shader OS X related shader change

parent 30fcff12
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ void main() ...@@ -184,7 +184,7 @@ void main()
vary_pointlight_col.rgb = diff; vary_pointlight_col.rgb = diff;
vary_pointlight_col.a = vertex_color.a; vary_pointlight_col.a = diffuse_color.a;
col.rgb = vec3(0,0,0); col.rgb = vec3(0,0,0);
......
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