bad data normalization

This commit is contained in:
Quaternions 2023-09-08 15:55:43 -07:00
parent addde65caa
commit 8c2dda5205

View File

@ -157,7 +157,7 @@ impl RelativeCollision {
pub type TIME = i64; pub type TIME = i64;
const CONTROL_JUMP:u32 = 0b01000000;//temp const CONTROL_JUMP:u32 = 0b01000000;//temp DATA NORMALIZATION!@#$
impl PhysicsState { impl PhysicsState {
//delete this, we are tickless gamers //delete this, we are tickless gamers
pub fn run(&mut self, time: TIME, control_dir: glam::Vec3, controls: u32){ pub fn run(&mut self, time: TIME, control_dir: glam::Vec3, controls: u32){