remove extra shared_ptr use from util::ThreadPool
This commit is contained in:
@@ -43,8 +43,8 @@ using aloader_func = std::function<
|
||||
|
||||
struct aloader_entry {
|
||||
AssetType tag;
|
||||
const std::string filename;
|
||||
const std::string alias;
|
||||
std::string filename;
|
||||
std::string alias;
|
||||
std::shared_ptr<AssetCfg> config;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user