|
@@ -3955,8 +3955,6 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
|
|
|
|
|
|
ERR_FAIL_COND_V(!expr, nullptr);
|
|
ERR_FAIL_COND_V(!expr, nullptr);
|
|
|
|
|
|
- /* OK now see what's NEXT to the operator.. */
|
|
|
|
- /* OK now see what's NEXT to the operator.. */
|
|
|
|
/* OK now see what's NEXT to the operator.. */
|
|
/* OK now see what's NEXT to the operator.. */
|
|
|
|
|
|
while (true) {
|
|
while (true) {
|
|
@@ -4734,7 +4732,6 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
|
|
|
|
|
|
ERR_FAIL_COND_V(next_op == -1, nullptr);
|
|
ERR_FAIL_COND_V(next_op == -1, nullptr);
|
|
|
|
|
|
- // OK! create operator..
|
|
|
|
// OK! create operator..
|
|
// OK! create operator..
|
|
if (is_unary) {
|
|
if (is_unary) {
|
|
int expr_pos = next_op;
|
|
int expr_pos = next_op;
|