-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
headless_defaults example panics again #4440
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
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Milestone
Comments
In the PR that fixes this, we should add |
This issue was introduced by #3989 @superdump. |
bors bot
pushed a commit
that referenced
this issue
Apr 15, 2022
# Objective Fixes #4440. ## Solution Check if `RenderDevice` exists and add CI validation.
aevyrie
pushed a commit
to aevyrie/bevy
that referenced
this issue
Jun 7, 2022
# Objective Fixes bevyengine#4440. ## Solution Check if `RenderDevice` exists and add CI validation.
This appears to be fixed and can be closed. |
Yes, I fixed it. Probably we should close this, ping @alice-i-cecile |
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
# Objective Fixes bevyengine#4440. ## Solution Check if `RenderDevice` exists and add CI validation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Bevy version
Seemingly introduced in c5963b4
Operating system & version
MacOS, Linux (Lavapipe)
Rust 1.59.0, 1.60.0
What you did
cargo run --example headless_defaults
What actually happened
Additional information
Discovered by my automated example runner
The text was updated successfully, but these errors were encountered: