소스 검색

davey: typo

skypjack 1 년 전
부모
커밋
2bdb44e3ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/entt/davey/davey.hpp

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

@@ -210,7 +210,7 @@ void davey(const meta_ctx &ctx, const entt::basic_registry<Entity, Allocator> &r
 
             if(ImGui::TreeNode(&entt::type_id<entt::entity>(), "%d [%d/%d]", entt::to_integral(entt), entt::to_entity(entt), entt::to_version(entt))) {
                 const auto range = registry.storage();
-                present_entity(ctx, entt, range.begin(), range.end());
+                internal::present_entity(ctx, entt, range.begin(), range.end());
                 ImGui::TreePop();
             }