Michele Caini пре 8 година
родитељ
комит
4822f0dd11
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/entt/entity/actor.hpp

+ 1 - 1
src/entt/entity/actor.hpp

@@ -145,7 +145,7 @@ private:
  * @tparam Delta Type to use to provide elapsed time.
  */
 template<typename Delta>
-using DefaultActor = Actor<std::uint32_t, Delta>;
+using DefaultActor = Actor<DefaultRegistry::entity_type, Delta>;
 
 
 }