ZoneCommon: List zone content in the order it was loaded

This commit is contained in:
Jan
2020-02-19 14:10:50 +01:00
parent a7b59ea3d7
commit f0b66f0a35
11 changed files with 123 additions and 116 deletions

View File

@ -29,9 +29,10 @@ class AssetPoolStatic final : public AssetPool<T>
asset_type_t m_type;
public:
AssetPoolStatic(const size_t capacity, const int priority, asset_type_t type)
AssetPoolStatic(const size_t capacity, const int priority, const asset_type_t type)
{
m_capacity = capacity;
m_type = type;
if (m_capacity > 0)
{