TextureCache: Make a better Anisotropic setter.

This commit is contained in:
Fernando Sahmkow 2021-10-30 01:52:11 +02:00
parent 45b03b3c9f
commit 28fddb9c5e
4 changed files with 21 additions and 24 deletions

View file

@ -130,22 +130,22 @@
</item>
<item>
<property name="text">
<string>2x (WILL BREAK THINGS)</string>
<string>2x</string>
</property>
</item>
<item>
<property name="text">
<string>4x (WILL BREAK THINGS)</string>
<string>4x</string>
</property>
</item>
<item>
<property name="text">
<string>8x (WILL BREAK THINGS)</string>
<string>8x</string>
</property>
</item>
<item>
<property name="text">
<string>16x (WILL BREAK THINGS)</string>
<string>16x</string>
</property>
</item>
</widget>