Put back Unnecessary Change
This commit is contained in:
parent
a558ea092b
commit
17445e04af
@ -232,7 +232,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// Cache of already loaded assets: key = "type + path"
|
// 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);
|
AssetVariant loadAssetFromDisk(AssetType type, const std::string &path);
|
||||||
// Generate the unique key
|
// Generate the unique key
|
||||||
|
Loading…
Reference in New Issue
Block a user