diff --git a/src/ZoneCommon/Pool/AssetPoolStatic.h b/src/ZoneCommon/Pool/AssetPoolStatic.h index 4ebdfd50..5432d174 100644 --- a/src/ZoneCommon/Pool/AssetPoolStatic.h +++ b/src/ZoneCommon/Pool/AssetPoolStatic.h @@ -4,7 +4,6 @@ #include "AssetPool.h" #include -#include template class AssetPoolStatic final : public AssetPool @@ -53,6 +52,7 @@ public: { m_pool = nullptr; m_free = nullptr; + m_info_pool = nullptr; } }