Sfoglia il codice sorgente

Fix config file parser bug that cause showing project name as "Unnamed Project"

mrezai 9 anni fa
parent
commit
5bf25e46be
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      core/variant_parser.cpp

+ 1 - 0
core/variant_parser.cpp

@@ -1634,6 +1634,7 @@ Error VariantParser::parse_tag_assign_eof(Stream *p_stream, int &line, String &r
 
 
 	//assign..
+	r_assign="";
 	String what;
 
 	while(true) {