patterns: Fixed race condition when evaluating patterns

This commit is contained in:
WerWolv
2023-06-30 00:11:26 +02:00
parent 78cb0a2592
commit 4f08ba3590
3 changed files with 6 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ namespace hex::plugin::builtin {
private:
ui::PatternDrawer m_patternDrawer;
bool m_shouldReset = false;
u64 m_lastRunId = 0;
};
}