From 8c2dda52052b3130aa527c54c1b397557e82595f Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 8 Sep 2023 15:55:43 -0700 Subject: [PATCH] bad data normalization --- src/body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/body.rs b/src/body.rs index 2caa81b..1f5dd19 100644 --- a/src/body.rs +++ b/src/body.rs @@ -157,7 +157,7 @@ impl RelativeCollision { pub type TIME = i64; -const CONTROL_JUMP:u32 = 0b01000000;//temp +const CONTROL_JUMP:u32 = 0b01000000;//temp DATA NORMALIZATION!@#$ impl PhysicsState { //delete this, we are tickless gamers pub fn run(&mut self, time: TIME, control_dir: glam::Vec3, controls: u32){