This commit is contained in:
vczh
2021-10-24 00:28:19 -07:00
parent c96ab5fb82
commit d239be3f23
6 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ void GuiMain()
RegexMatch::List names;
splitter.Split(resourceNameList, false, names);
FOREACH(RegexMatch::Ref, name, names)
for (auto name : names)
{
auto resourceName = name->Result().Value();
#ifdef VCZH_64