Explorar o código

davey: context-less single storage overload

skypjack hai 1 ano
pai
achega
4aed49b371
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/entt/davey/davey.hpp

+ 1 - 1
tools/entt/davey/davey.hpp

@@ -201,7 +201,7 @@ void davey(const meta_ctx &ctx, const entt::basic_sparse_set<Entity, Allocator>
 
 template<typename Entity, typename Allocator>
 void davey(const entt::basic_sparse_set<Entity, Allocator> &set) {
-    // TODO
+    davey(locator<meta_ctx>::value_or(), set);
 }
 
 template<typename Entity, typename Allocator>