You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Changed some code found by Clang Tidy and Coverity
This commit is contained in:
@@ -1399,9 +1399,6 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
||||
unary = true;
|
||||
break;
|
||||
case OperatorNode::OP_NEG:
|
||||
priority = 1;
|
||||
unary = true;
|
||||
break;
|
||||
case OperatorNode::OP_POS:
|
||||
priority = 1;
|
||||
unary = true;
|
||||
|
||||
Reference in New Issue
Block a user