You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix config file parser bug that cause showing project name as "Unnamed Project"
This commit is contained in:
@@ -1634,6 +1634,7 @@ Error VariantParser::parse_tag_assign_eof(Stream *p_stream, int &line, String &r
|
||||
|
||||
|
||||
//assign..
|
||||
r_assign="";
|
||||
String what;
|
||||
|
||||
while(true) {
|
||||
|
||||
Reference in New Issue
Block a user