Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump EnTT to 3.8.0 #55

Merged
merged 5 commits into from
Aug 31, 2021
Merged

Bump EnTT to 3.8.0 #55

merged 5 commits into from
Aug 31, 2021

Conversation

StellaSmith
Copy link
Contributor

No description provided.

@StellaSmith StellaSmith marked this pull request as ready for review August 31, 2021 15:58
Copy link
Owner

@xissburg xissburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just needs to have the edyn:: namespace removed from most places. Thanks!

@@ -18,14 +18,14 @@ struct continuous {

template<typename... Component>
void insert() {
((types[size++] = entt::type_index<Component>::value()), ...);
((types[size++] = entt::type_id<Component>().hash()), ...);
Copy link
Owner

@xissburg xissburg Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be using entt::type_id<T>().seq() here which is the actual replacement for entt::type_index<T>::value(). Also applies to the next few cases.

@xissburg xissburg merged commit 91cb20c into xissburg:master Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants