mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
update to entt master (v3.6.0-pre)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user