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

Update bevy to main #137

Closed
wants to merge 2 commits into from
Closed

Update bevy to main #137

wants to merge 2 commits into from

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Jun 18, 2023

depends on vladbat00/bevy_egui#188

Currently meshes from examples show up bright pink, not sure why yet.

@@ -1256,7 +1252,7 @@ impl<'a, 'c> InspectorUi<'a, 'c> {
}
VariantInfo::Unit(_) => DynamicVariant::Unit,
};
let dynamic_enum = DynamicEnum::new(enum_type_name, variant.name(), dynamic_variant);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

that makes the parameter enum_type_name from the function useless, should we remove it ?

This was referenced Jul 10, 2023
@Vrixyz
Copy link
Contributor Author

Vrixyz commented Jul 11, 2023

I'm closing this in favor of #141, good luck @KMaheshBhat, happy to answer further questions

@Vrixyz Vrixyz closed this Jul 11, 2023
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.

1 participant