Browse Source

Merge pull request #52898 from vnen/gdscript-assigment-conversion-fix

GDScript: Remove conversion assign mistakenly done when unneeded
Rémi Verschelde 3 years ago
parent
commit
db028ac700
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/gdscript/gdscript_analyzer.cpp

+ 0 - 1
modules/gdscript/gdscript_analyzer.cpp

@@ -1754,7 +1754,6 @@ void GDScriptAnalyzer::reduce_assignment(GDScriptParser::AssignmentNode *p_assig
 				} else {
 				} else {
 					// TODO: Warning in this case.
 					// TODO: Warning in this case.
 					mark_node_unsafe(p_assignment);
 					mark_node_unsafe(p_assignment);
-					p_assignment->use_conversion_assign = true;
 				}
 				}
 			}
 			}
 		} else {
 		} else {