Revert "fix: Remove pending timer logic" (#1417)

This commit is contained in:
Aaron Kimbrell
2024-01-14 15:05:50 -06:00
committed by GitHub
parent c83ec8228c
commit 99b3705a76
2 changed files with 22 additions and 18 deletions

View File

@@ -330,7 +330,9 @@ protected:
std::unordered_map<eReplicaComponentType, Component*> m_Components;
std::vector<EntityTimer> m_Timers;
std::vector<EntityTimer> m_PendingTimers;
std::vector<EntityCallbackTimer> m_CallbackTimers;
std::vector<EntityCallbackTimer> m_PendingCallbackTimers;
bool m_ShouldDestroyAfterUpdate = false;