Fix expression node parsing when input_port + \0 is occured
This commit is contained in:
@@ -2202,6 +2202,7 @@ String VisualShaderNodeExpression::generate_code(Shader::Mode p_mode, VisualShad
|
||||
|
||||
static Vector<String> post_symbols;
|
||||
if (post_symbols.empty()) {
|
||||
post_symbols.push_back("\0");
|
||||
post_symbols.push_back("\t");
|
||||
post_symbols.push_back("\n");
|
||||
post_symbols.push_back(";");
|
||||
|
||||
Reference in New Issue
Block a user