buffRemoval (#1464)

Update BuffComponent.cpp
This commit is contained in:
David Markowitz
2024-02-24 23:01:28 -08:00
committed by GitHub
parent 721ea78bb4
commit 1328850a8d
2 changed files with 4 additions and 5 deletions

View File

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