update to entt master (v3.6.0-pre)

This commit is contained in:
2020-11-25 21:41:36 +01:00
parent 840b663d5e
commit 7cf434d877
8 changed files with 13 additions and 6 deletions

View File

@ -108,6 +108,8 @@ class ResourceManager {
}
handle_type get(const res_id_type id) const {
using namespace entt::literals;
auto it = _storage.find(id);
if (it == _storage.end()) {
if (id != "default"_hs) {