Explorar o código

Merge pull request #3255 from mrezai/fix-unnamed-project

Fix config file parser bug that cause showing project name as "Unnamed Project"
Rémi Verschelde %!s(int64=9) %!d(string=hai) anos
pai
achega
c4f0c3d42f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {