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

Expose an EventId for events #894

Merged
merged 2 commits into from
Nov 21, 2020
Merged

Expose an EventId for events #894

merged 2 commits into from
Nov 21, 2020

Conversation

bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Nov 19, 2020

This can be helpful for correlating the place where an event is created
to the place where the event is processed.

This can be helpful for correlating the place where an event is created
to the place where the event is processed.
@karroffel karroffel added A-Core Common functionality for all bevy apps C-Enhancement A new feature labels Nov 19, 2020
@@ -65,7 +65,7 @@ impl AssetLoader for ImageTextureLoader {
data = i.into_raw();
}
image::DynamicImage::ImageRgb8(i) => {
let i = image::DynamicImage::ImageRgb8(i).into_rgba();
let i = image::DynamicImage::ImageRgb8(i).into_rgba8();
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe unrelated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, into_rgba was deprecated in a dependency, so CI failed.

@cart
Copy link
Member

cart commented Nov 21, 2020

I dig it. Thanks!

@cart cart merged commit 0dbbcd9 into bevyengine:master Nov 21, 2020
@bjorn3 bjorn3 deleted the event_id branch November 21, 2020 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core Common functionality for all bevy apps C-Enhancement A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants