Selaa lähdekoodia

DefaultPrototype depends on DefaultRegistry now

Michele Caini 8 vuotta sitten
vanhempi
commit
bdc7bbdc9d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/entt/entity/prototype.hpp

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

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