mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue where parsing of theme include files would stop if non-existing include files were defined using variables
This commit is contained in:
parent
abd632b343
commit
f22af4afa9
|
@ -1467,7 +1467,7 @@ void ThemeData::parseIncludes(const pugi::xml_node& root)
|
|||
#endif
|
||||
"");
|
||||
}
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue