glsl_decompiler: Fixup TLDS

This commit is contained in:
ReinUsesLisp 2018-12-24 21:32:02 -03:00
parent dbed6c6485
commit 8b5588e776

View File

@ -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 += ')';