Unverified Commit 00232b15 by Yuri Roubinsky Committed by GitHub

Merge pull request #29076 from Chaosus/express_fixes2

Fix expression node parsing when input_port + \0 is occured
parents 9c454323 6d38754a
......@@ -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(";");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment