Browse Source

GDScript: Remove conversion assign mistakenly done when unneeded

George Marques 4 năm trước cách đây
mục cha
commit
5107f9190b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {
 					// TODO: Warning in this case.
 					mark_node_unsafe(p_assignment);
-					p_assignment->use_conversion_assign = true;
 				}
 			}
 		} else {