Skip to content

Commit

Permalink
0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Aug 15, 2024
1 parent 249a2d2 commit bdf1ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.19.2

- Fix bug with how egui feature deals with egui side panels and immovable windows. It should now act more
naturally - if you start dragging in the viewport, dragging over egui will continue to control the camera.
If you start the drag in any egui area, the camera won't be affected, even if the cursor leaves the egui area.
Thanks @thmxv!

## 0.19.1

- Fix panic if egui context for window doesn't exist. For example if a new window is created after startup.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_panorbit_camera"
version = "0.19.1"
version = "0.19.2"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand Down

0 comments on commit bdf1ccb

Please sign in to comment.