소스 검색

davey: context-less single storage overload

skypjack 10 달 전
부모
커밋
4aed49b371
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>