Put back Unnecessary Change

This commit is contained in:
OusmBlueNinja 2024-12-31 02:41:59 -06:00
parent a558ea092b
commit 17445e04af

View File

@ -232,7 +232,7 @@ public:
private:
// Cache of already loaded assets: key = "type + path"
std::map<std::string, AssetVariant> m_AssetMap;
std::unordered_map<std::string, AssetVariant> m_AssetMap;
AssetVariant loadAssetFromDisk(AssetType type, const std::string &path);
// Generate the unique key