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){