gdritter repos wenaglia / 4f60a54
Do not print a bunch of bullshit from the physics system Getty Ritter 4 years ago
1 changed file(s) with 1 addition(s) and 4 deletion(s). Collapse all Expand all
5353 pos.clone()
5454 };
5555 bf.create_proxy(
56 { let v = bl.volume.aabb(&Isometry2::new(Vector2::new(np.x, np.y), nalgebra::zero()));
57 println!("{:?}", v);
58 v
59 },
56 bl.volume.aabb(&Isometry2::new(Vector2::new(np.x, np.y), nalgebra::zero())),
6057 e,
6158 )
6259 }).collect();