bug 3 repro
This commit is contained in:
@@ -106,7 +106,8 @@ fn bug_3(){
|
||||
.filter(|ins|!matches!(ins.instruction,InternalInstruction::StrafeTick));
|
||||
// touch side of part at 0,0,0
|
||||
assert_eq!(phys_iter.next().unwrap().time,Time::from_secs(1));
|
||||
// touch top of part at 5,-5,0
|
||||
// EXPECTED: touch top of part at 5,-5,0
|
||||
// OBSERVED: CollisionEnd part at 0,0,0; clip through part at 5,-5,0
|
||||
assert_eq!(phys_iter.next().unwrap().time,Time::from_secs(2));
|
||||
assert!(phys_iter.next().is_none());
|
||||
let body=physics.body();
|
||||
|
||||
Reference in New Issue
Block a user