fix: Compile error because of prematurely committed change

This commit is contained in:
WerWolv
2022-02-21 13:52:13 +01:00
parent a9a538cec8
commit 27c2c4dc33

View File

@@ -672,7 +672,7 @@ namespace hex::plugin::builtin {
}
if (result) {
ImHexApi::HexEditor::invalidateHighlight();
EventManager::post<EventHighlightingChanged>();
}
this->m_runningEvaluators--;