mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
73ec437627
commit
93f437d128
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue