Defender shield should now be working

This commit is contained in:
Tleety
2016-02-08 11:47:35 +01:00
parent c526a7af55
commit 94b59af973
9 changed files with 145 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ out vec4 fragmentColor;
void main()
{
fragmentColor = vec4(0.5, 0.5, 0.5, 0.2);
fragmentColor = vec4(0.5, 0.0, 0.0, 0.0);
}