You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Added missing '\n' in visual shader expression node code generation
(cherry picked from commit 6e1187ad2f)
This commit is contained in:
committed by
Rémi Verschelde
parent
1930c79364
commit
e10b0c9eaa
@@ -2644,7 +2644,7 @@ String VisualShaderNodeExpression::generate_code(Shader::Mode p_mode, VisualShad
|
|||||||
code += output_initializer;
|
code += output_initializer;
|
||||||
code += "\t{";
|
code += "\t{";
|
||||||
code += _expression;
|
code += _expression;
|
||||||
code += "\n\t}";
|
code += "\n\t}\n";
|
||||||
|
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user