Sfoglia il codice sorgente

davey: context-less single storage overload

skypjack 1 anno fa
parent
commit
4aed49b371
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>