You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +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..
|
//assign..
|
||||||
|
r_assign="";
|
||||||
String what;
|
String what;
|
||||||
|
|
||||||
while(true) {
|
while(true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user