Jelajahi Sumber

davey: context-less single storage overload

skypjack 10 bulan lalu
induk
melakukan
4aed49b371
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>
 template<typename Entity, typename Allocator>
 void davey(const entt::basic_sparse_set<Entity, Allocator> &set) {
 void davey(const entt::basic_sparse_set<Entity, Allocator> &set) {
-    // TODO
+    davey(locator<meta_ctx>::value_or(), set);
 }
 }
 
 
 template<typename Entity, typename Allocator>
 template<typename Entity, typename Allocator>