Update gitignore (#234)

This commit is contained in:
Aaron Franke 2020-05-16 06:48:23 -04:00 committed by GitHub
parent 528b444101
commit 7f3902be92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -12,4 +12,4 @@ void fragment() {
float c = c1 && c2 ? 1.0: 0.0;
COLOR = mix(color1, color2, c);
COLOR.a = 1.0;
}
}