decrease it a bit

This commit is contained in:
griffi-gh 2023-01-30 00:27:47 +01:00
parent 8d72185a4e
commit ec42143154

View file

@ -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>,