meta: reintroduce meta_handle default ctor for utilities
This commit is contained in:
@@ -106,7 +106,7 @@ TYPED_TEST(EntityCopy, CrossRegistry) {
|
||||
|
||||
if(!other) {
|
||||
using namespace entt::literals;
|
||||
entt::resolve(storage.info()).invoke("storage"_hs, nullptr, entt::forward_as_meta(dst), id);
|
||||
entt::resolve(storage.info()).invoke("storage"_hs, entt::meta_any{}, entt::forward_as_meta(dst), id);
|
||||
other = dst.storage(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user