mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
decrease it a bit
This commit is contained in:
parent
8d72185a4e
commit
ec42143154
|
@ -13,7 +13,7 @@ pub fn update_controllers() -> Workload {
|
|||
).into_workload()
|
||||
}
|
||||
|
||||
const MAX_PITCH: f32 = PI/2. - 0.05;
|
||||
const MAX_PITCH: f32 = PI/2. - 0.025;
|
||||
|
||||
fn update_look(
|
||||
controllers: View<FlyController>,
|
||||
|
|
Loading…
Reference in a new issue