remove trailing whitespace
This commit is contained in:
parent
1dad6eca81
commit
4a4f247914
386 changed files with 7664 additions and 7664 deletions
|
|
@ -77,7 +77,7 @@ void BodyPair2DSW::_contact_added_callback(const Vector2& p_point_A,const Vector
|
|||
contact.acc_normal_impulse=c.acc_normal_impulse;
|
||||
contact.acc_tangent_impulse=c.acc_tangent_impulse;
|
||||
contact.acc_bias_impulse=c.acc_bias_impulse;
|
||||
new_index=i;
|
||||
new_index=i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -259,10 +259,10 @@ bool BodyPair2DSW::setup(float p_step) {
|
|||
|
||||
if (A->get_continuous_collision_detection_mode()==Physics2DServer::CCD_MODE_CAST_SHAPE) {
|
||||
motion_A=A->get_motion();
|
||||
}
|
||||
}
|
||||
if (B->get_continuous_collision_detection_mode()==Physics2DServer::CCD_MODE_CAST_SHAPE) {
|
||||
motion_B=B->get_motion();
|
||||
}
|
||||
}
|
||||
//faster to set than to check..
|
||||
|
||||
//bool prev_collided=collided;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue