We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49f32c commit 734c5abCopy full SHA for 734c5ab
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.27.1
2
+
3
+- Fixes upside down detection when using a custom axis (#118 thanks @guija)
4
5
## 0.27
6
7
- Update `bevy_egui` to 0.35 (#115 thanks @kiperz)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_panorbit_camera"
-version = "0.27.0"
+version = "0.27.1"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
0 commit comments