2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-15 17:33:03 +00:00

chore: handle flag 80 on t6 techniques

This commit is contained in:
Jan Laupetin
2026-03-01 13:31:24 +01:00
parent dcd67adad4
commit 7ab9adc17c
7 changed files with 49 additions and 10 deletions

View File

@@ -102,12 +102,12 @@ public:
{
}
AssetPoolIterator<Asset_t> begin()
AssetPoolIterator<Asset_t> begin() const
{
return AssetPoolIterator<Asset_t>(m_asset_pool.begin());
}
AssetPoolIterator<Asset_t> end()
AssetPoolIterator<Asset_t> end() const
{
return AssetPoolIterator<Asset_t>(m_asset_pool.end());
}