diff options
author | mrezai <mhd.rezai@gmail.com> | 2016-01-06 12:09:05 +0330 |
---|---|---|
committer | mrezai <mhd.rezai@gmail.com> | 2016-01-06 12:10:38 +0330 |
commit | 5bf25e46be744f857d4a15120a7b409c8128c25a (patch) | |
tree | 4a7610735c1c494fdb8af9f8e8f103b7d5948d6a /core/variant_parser.cpp | |
parent | bf6429e9aca86acafd790cd2fb77bf31c009bb44 (diff) | |
download | redot-engine-5bf25e46be744f857d4a15120a7b409c8128c25a.tar.gz |
Fix config file parser bug that cause showing project name as "Unnamed Project"
Diffstat (limited to 'core/variant_parser.cpp')
-rw-r--r-- | core/variant_parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant_parser.cpp b/core/variant_parser.cpp index 9f2727d33d..9a494b4d57 100644 --- a/core/variant_parser.cpp +++ b/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) { |