mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Shadow fix.
This commit is contained in:
parent
e36ff0d238
commit
48adbdfbd2
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@
|
||||||
|
|
||||||
void main(void) {
|
void main(void) {
|
||||||
// fixed color for now (we may eventually want to use texture alpha)
|
// 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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue