mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
patterns: Fixed race condition when evaluating patterns
This commit is contained in:
@@ -21,6 +21,7 @@ namespace hex::plugin::builtin {
|
||||
private:
|
||||
ui::PatternDrawer m_patternDrawer;
|
||||
bool m_shouldReset = false;
|
||||
u64 m_lastRunId = 0;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user