MemoryScanner: Set changed flag in RemoveEntryByDescription()

pull/3730/head
Stenzek 5 months ago
parent 2d4259e174
commit da339e4776
No known key found for this signature in database

@ -420,6 +420,7 @@ bool MemoryWatchList::RemoveEntryByDescription(const char* description)
{
it = m_entries.erase(it);
result = true;
m_entries_changed = true;
continue;
}

Loading…
Cancel
Save