prevent double-registering of avars

This commit is contained in:
vaxerski
2022-11-05 13:37:29 +00:00
parent cfbab453e8
commit ff76fbe763
2 changed files with 5 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ private:
SAnimationPropertyConfig* m_pConfig = nullptr;
bool m_bDummy = true;
bool m_bIsRegistered = false;
std::chrono::system_clock::time_point animationBegin;