Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@umut-sahin umut-sahin released this 29 Jul 06:25
· 7 commits to main since this release

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 for outer_position, which was causing window to move slightly on each run. Using the position information from window API of Bevy solved this issue