Fix N3 tile occultation on other tiles due to a missing dummy texture (was duplicated in N3 clouds)
This commit is contained in:
parent
f09b3eee64
commit
d9e0a98a41
2 changed files with 7 additions and 9 deletions
|
@ -71,12 +71,4 @@
|
|||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>dummy_N3</object-name>
|
||||
<condition>
|
||||
<property>/earthview/show-dummy</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -38,7 +38,13 @@
|
|||
<object-name>earth_N3</object-name>
|
||||
</effect>
|
||||
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>dummy_N3</object-name>
|
||||
<condition>
|
||||
<property>/earthview/show-dummy</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue