1
0
mirror of synced 2024-09-24 03:28:24 +02:00

impr: Disable pattern debug mode after evaluation has finished

This commit is contained in:
WerWolv 2024-07-08 19:49:31 +02:00
parent f8f47012c4
commit 8a4599feea

View File

@ -1689,6 +1689,7 @@ namespace hex::plugin::builtin {
});
ON_SCOPE_EXIT {
runtime.getInternals().evaluator->setDebugMode(false);
*m_lastEvaluationOutVars = runtime.getOutVariables();
*m_sections = runtime.getSections();