crash and log fix (#1382)

This commit is contained in:
David Markowitz
2024-01-02 22:52:11 -08:00
committed by GitHub
parent bb79528c0e
commit a84ca1f00d
3 changed files with 13 additions and 4 deletions

View File

@@ -140,6 +140,9 @@ private:
*/
std::map<int32_t, Buff> m_Buffs;
// Buffs to remove at the end of the update frame.
std::vector<int32_t> m_BuffsToRemove;
/**
* Parameters (=effects) for each buff
*/