Browse Source

DefaultPrototype depends on DefaultRegistry now

Michele Caini 7 years ago
parent
commit
bdc7bbdc9d
1 changed files with 1 additions and 1 deletions
  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>;
 
 
 }