Browse Source

meta: allow range-reset

Michele Caini 5 years ago
parent
commit
4d91afdf9f
1 changed files with 0 additions and 1 deletions
  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: