Shadow fix.

This commit is contained in:
Andrzej Kapolka 2014-09-12 19:05:49 -07:00
parent e36ff0d238
commit 48adbdfbd2

View file

@ -13,5 +13,5 @@
void main(void) {
// fixed color for now (we may eventually want to use texture alpha)
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
gl_FragColor = vec4(1.0, 1.0, 1.0, 0.0);
}