meta: removed reset-all function (it was logically broken across boundaries)

This commit is contained in:
Michele Caini
2019-11-11 00:35:33 +01:00
parent 82f33b82e3
commit ea86d33bc1
7 changed files with 43 additions and 73 deletions

View File

@@ -56,5 +56,5 @@ LIB_EXPORT void a_module_meta_init() {
}
LIB_EXPORT void a_module_meta_deinit() {
entt::meta().reset();
entt::meta<char>().reset();
}