소스 검색

meta: allow range-reset

Michele Caini 5 년 전
부모
커밋
4d91afdf9f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/entt/meta/meta.hpp

+ 0 - 1
src/entt/meta/meta.hpp

@@ -1536,7 +1536,6 @@ public:
         node->id = {};
         node->ctor = node->def_ctor;
         node->dtor = nullptr;
-        node->next = nullptr;
     }
 
 private: