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