glsl_decompiler: Fixup TLDS
This commit is contained in:
parent
dbed6c6485
commit
8b5588e776
|
@ -1164,7 +1164,6 @@ private:
|
|||
expr += '(';
|
||||
for (u32 i = 0; i < count; ++i) {
|
||||
expr += VisitOperand(operation, i, Type::Int);
|
||||
expr += ", ";
|
||||
|
||||
if (i + 1 == meta.coords_count) {
|
||||
expr += ')';
|
||||
|
|
Reference in New Issue