-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Steam overlay is flickering #31
Comments
I've verified that if you only update bevy and don't change the internals of bevy_steamworks, the flickering persists. The problem is apparently not here, but I don't know how to find where bevy is broken |
I found out that if I call To fix Or we need to wait for a solution in Bevy, because earlier |
Going to leave this open until the ordering issue is resolved. See bevyengine/bevy#1255. |
When I press shift tab to open the stim overlay, it opens but starts flickering very quickly.
Steps to reproduce:
This code works and does not cause the overlay to flicker on Bevy 0.11 (and thus bevy_steamworks 0.8).
The text was updated successfully, but these errors were encountered: