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