Fixes
- Fixed position being changed due to winit being inconsistent
- This was a bug I observed on Linux, in which winit was returning the value of
inner_position
forouter_position
, which was causing window to move slightly on each run. Using the position information from window API of Bevy solved this issue
- This was a bug I observed on Linux, in which winit was returning the value of