mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
ZoneCommon: Fix AssetPoolStatic not initializing InfoPool in every case
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
#include "AssetPool.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <map>
|
||||
|
||||
template <typename T>
|
||||
class AssetPoolStatic final : public AssetPool<T>
|
||||
@ -53,6 +52,7 @@ public:
|
||||
{
|
||||
m_pool = nullptr;
|
||||
m_free = nullptr;
|
||||
m_info_pool = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user