We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3577bae commit 7438171Copy full SHA for 7438171
source/code/systems/asset_system/private/asset_shelve.cxx
@@ -85,7 +85,7 @@ namespace ice
85
ice::hashmap::set(
86
_asset_resources,
87
name_hash,
88
- _allocator.create<ice::AssetEntry>(name, this, ice::move(resource_data))
+ _allocator.create<ice::AssetEntry>(ice::stringid(name), this, ice::move(resource_data))
89
);
90
}
91
@@ -124,7 +124,7 @@ namespace ice
124
125
126
127
128
129
130
0 commit comments