Explorar o código

DefaultPrototype depends on DefaultRegistry now

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

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

@@ -493,7 +493,7 @@ private:
  * applications.<br/>
  * applications.<br/>
  * Users should have a really good reason to choose something different.
  * Users should have a really good reason to choose something different.
  */
  */
-using DefaultPrototype = Prototype<std::uint32_t>;
+using DefaultPrototype = Prototype<DefaultRegistry::entity_type>;
 
 
 
 
 }
 }