1
0
Fork 0

Added UI checkbox for DDS Texture Cache

This commit is contained in:
Richard Harrison 2018-11-24 20:06:52 +01:00
parent b83e930736
commit 3257e667df

View file

@ -238,6 +238,17 @@
</binding>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Use disk space for faster loading (DDS Texture Cache)</label>
<name>texture-cache-enabled</name>
<property>/sim/rendering/texture-cache/cache-enabled</property>
<binding>
<command>dialog-apply</command>
<object-name>texture-cache-enabled</object-name>
</binding>
</checkbox>
<empty>
<stretch>1</stretch>
</empty>