Testing new the Bevy version 0.13 on Linux I encountered a mouse-look camera regression. I tracked it down to release 0.29.12 of winit.
On both videos I am trying to move my mouse horizontally and the only difference is winit version.
winit 0.29.12
https://github.com/rust-windowing/winit/assets/160391/4962b5ef-d626-4464-8911-70332a6c4cb3
winit 0.29.11
https://github.com/rust-windowing/winit/assets/160391/83ca6774-8234-4981-986e-8f3e616d96d9
In the first one horizontal movement is very slow and generally mouse moves in a diagonal motion. In the second it works as expected.
I think it may have been caused by 3d4c534
Likely related to bevyengine/bevy#12198
Testing new the Bevy version 0.13 on Linux I encountered a mouse-look camera regression. I tracked it down to release 0.29.12 of
winit.On both videos I am trying to move my mouse horizontally and the only difference is
winitversion.winit 0.29.12
https://github.com/rust-windowing/winit/assets/160391/4962b5ef-d626-4464-8911-70332a6c4cb3
winit 0.29.11
https://github.com/rust-windowing/winit/assets/160391/83ca6774-8234-4981-986e-8f3e616d96d9
In the first one horizontal movement is very slow and generally mouse moves in a diagonal motion. In the second it works as expected.
I think it may have been caused by 3d4c534
Likely related to bevyengine/bevy#12198