Removed stray debug
This commit is contained in:
parent
67123efa6c
commit
86ebe8d7b5
@ -66,8 +66,6 @@ impl PhysEffect {
|
||||
parent_angle + effect.angle + rng.gen_range(-effect.angle_rng..=effect.angle_rng)
|
||||
};
|
||||
|
||||
println!("{:?}", effect.angvel_rng);
|
||||
|
||||
let rb = RigidBodyBuilder::new(RigidBodyType::KinematicVelocityBased)
|
||||
.position(pos.into())
|
||||
.rotation(angle)
|
||||
|
Loading…
x
Reference in New Issue
Block a user