mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
make sure we don't have transparent shadow casters
This commit is contained in:
parent
9a866a129d
commit
a64d307bdf
1 changed files with 1 additions and 3 deletions
|
@ -177,9 +177,7 @@ ItemKey EntityRenderer::getKey() {
|
|||
|
||||
if (isTransparent()) {
|
||||
builder.withTransparent();
|
||||
}
|
||||
|
||||
if (_canCastShadow) {
|
||||
} else if (_canCastShadow) {
|
||||
builder.withShadowCaster();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue