소스 검색

DefaultPrototype depends on DefaultRegistry now

Michele Caini 8 년 전
부모
커밋
bdc7bbdc9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>;
 
 
 
 
 }
 }