You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Removed unused variables, add some constants numbers
This commit is contained in:
@@ -2912,7 +2912,7 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
|
||||
tk = _get_token();
|
||||
if (tk.type == TK_PARENTHESIS_OPEN) {
|
||||
//a function
|
||||
StringName name = identifier;
|
||||
const StringName &name = identifier;
|
||||
|
||||
OperatorNode *func = alloc_node<OperatorNode>();
|
||||
func->op = OP_CALL;
|
||||
|
||||
Reference in New Issue
Block a user