Renderer/GlslWriter: Fix double identifier bug
This commit is contained in:
parent
66a98b234f
commit
bc490a2fe5
|
|
@ -420,8 +420,6 @@ namespace Nz
|
|||
Append(", ");
|
||||
|
||||
Visit(node.parameters[i]);
|
||||
Append(" ");
|
||||
Visit(node.parameters[i]);
|
||||
}
|
||||
Append(")");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue