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

fix multiple windows example #1088

Merged
merged 1 commit into from
Dec 19, 2020
Merged

fix multiple windows example #1088

merged 1 commit into from
Dec 19, 2020

Conversation

cart
Copy link
Member

@cart cart commented Dec 18, 2020

Fixes #1069
Temporary alternative to #1080

Ideally we do make the graph more error tolerant (the approach #1080 uses), but that PR deserves more attention (and testing) than we can give it before the 0.4 release.

This PR works around the issue by strictly controlling order of operations. This introduces a 1-frame delay, which I consider to be acceptable in the short term.

Pulling in @mockersf for a heads up. I'll give #1080 a thorough review after 0.4 drops.

@cart cart added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen labels Dec 18, 2020
@cart cart merged commit 9db38b7 into bevyengine:master Dec 19, 2020
@fopsdev fopsdev mentioned this pull request Jan 24, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic when running example multiple_windows
1 participant