2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-12 11:41:50 +00:00

chore: move asset marker to ZoneCommon

This commit is contained in:
Jan Laupetin
2025-12-15 22:52:34 +00:00
parent e14f37f493
commit c73b2ed838
6 changed files with 29 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ template<typename AssetType> class GlobalAssetPoolsLoader : public AssetCreator<
public:
static_assert(std::is_base_of_v<IAssetBase, AssetType>);
GlobalAssetPoolsLoader(Zone& zone)
explicit GlobalAssetPoolsLoader(Zone& zone)
: m_zone(zone)
{
}