You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem happens with bevy_editor_pls 0.4 and the latest version on the main branch on github (f202123).
The issue
When I launch this program and press the time pause hotkey -- LCtrl + Return -- the sprite keeps flickering. At the same time, it looks as if the input wasn't dropped, because the Pause time box in the Debug settingsdoes get checked
System configuration
OS: Windows 11 (However, it seems that it might be a crossplatform issue)
Bevy: 0.10.1 (from crates.io)
rustc --version
:rustc 1.68.2 (9eb3afe9e 2023-03-27)
rustup default
:stable-x86_64-pc-windows-msvc
bevy startup output:
What versions have this issue
This problem happens with bevy_editor_pls 0.4 and the latest version on the main branch on github (f202123).
The issue
When I launch this program and press the time pause hotkey --
LCtrl + Return
-- the sprite keeps flickering. At the same time, it looks as if the input wasn't dropped, because thePause time
box in theDebug settings
does get checkedCode to reproduce the issue
The text was updated successfully, but these errors were encountered: