v3d: Fix typo in dither mode offset.

We weren't using the field yet, so it didn't affect anything.

Fixes: c0476d964a ("v3d: Express dithering mode in the same way that the CLIF parser does.")
This commit is contained in:
Eric Anholt 2018-07-06 14:56:26 -07:00
parent 73ec437627
commit 93f437d128

View file

@ -360,7 +360,7 @@
<field name="Decimate mode" size="2" start="10" type="Decimate Mode"/>
<field name="Dither Mode" size="2" start="9" type="Dither Mode"/>
<field name="Dither Mode" size="2" start="8" type="Dither Mode"/>
<field name="Flip Y" size="1" start="7" type="bool"/>