Explorar o código

sparse_set: extra (temporary) check

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
9c797ead28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/entt/entity/sparse_set.hpp

+ 1 - 0
src/entt/entity/sparse_set.hpp

@@ -237,6 +237,7 @@ protected:
      * @param len The length to use.
      */
     void swap_only_length_temporary_function(const std::size_t len) {
+        ENTT_ASSERT(mode == deletion_policy::swap_only, "Deletion policy mismatched");
         head = static_cast<underlying_type>(len);
     }