1
0
Fork 0

Fix N3 tile occultation on other tiles due to a missing dummy texture (was duplicated in N3 clouds)

This commit is contained in:
Eatdirt 2020-03-23 23:00:19 +01:00
parent f09b3eee64
commit d9e0a98a41
2 changed files with 7 additions and 9 deletions

View file

@ -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>

View file

@ -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>