1
0
mirror of synced 2024-11-12 02:00:52 +01:00

impr: Make in variable values persistent between parser runs again

This commit is contained in:
WerWolv 2024-05-10 22:51:53 +02:00
parent e9b140b75c
commit 543fcf5447
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit c53fbdda2b99e3f5ea8747aa7ddf024a7cf0f044
Subproject commit 2f9e11d1e66d5177a2a62883a6429b1cbf9437ba

View File

@ -1551,6 +1551,8 @@ namespace hex::plugin::builtin {
}
}
}
} else {
patternVariables = std::move(oldPatternVariables);
}
m_runningParsers -= 1;