Fix commit e505c79618
model-combined-transparent was replaced by calling model-transparent causing the ALS externel canopy effects to get lost. Call model-combined instead which restores these effects.
This commit is contained in:
parent
8bba60772f
commit
20d6299a6b
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ It's kept for backwards compatibility and should not be used on new projects.
|
|||
-->
|
||||
<PropertyList>
|
||||
<name>Effects/model-combined-transparent</name>
|
||||
<inherits-from>Effects/model-transparent</inherits-from>
|
||||
<inherits-from>Effects/model-combined</inherits-from>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue