Browse Source

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

mrezai 9 years ago
parent
commit
5bf25e46be
1 changed files with 1 additions and 0 deletions
  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..
 	//assign..
+	r_assign="";
 	String what;
 	String what;
 
 
 	while(true) {
 	while(true) {