mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[gamecode] Correct vecops widths
I had forgotten to update the widths when I moved cross product's position.
This commit is contained in:
parent
e195dba626
commit
46ce37160b
1 changed files with 1 additions and 1 deletions
|
@ -478,10 +478,10 @@ vecops_formats = {
|
|||
"cmul", "qvmul", "vqmul", "qmul"],
|
||||
"vop_type": ['F', 'D'],
|
||||
"vec_widths": [
|
||||
"3, 3, 3",
|
||||
"2, 2, 2",
|
||||
"3, 3, 3",
|
||||
"4, 4, 4",
|
||||
"3, 3, 3",
|
||||
"2, 2, 2",
|
||||
"4, 3, 3",
|
||||
"3, 4, 3",
|
||||
|
|
Loading…
Reference in a new issue