Renderer/GlslWriter: Fix double identifier bug

This commit is contained in:
Lynix 2020-06-18 20:03:33 +02:00
parent 66a98b234f
commit bc490a2fe5
1 changed files with 0 additions and 2 deletions

View File

@ -420,8 +420,6 @@ namespace Nz
Append(", "); Append(", ");
Visit(node.parameters[i]); Visit(node.parameters[i]);
Append(" ");
Visit(node.parameters[i]);
} }
Append(")"); Append(")");
} }