Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody

This commit is contained in:
PouleyKetchoupp 2021-09-14 11:44:30 -07:00
parent fd17ce1890
commit 85819b199a
45 changed files with 498 additions and 527 deletions

View file

@ -803,7 +803,7 @@ void VehicleBody3D::_update_friction(PhysicsDirectBodyState3D *s) {
}
void VehicleBody3D::_body_state_changed(PhysicsDirectBodyState3D *p_state) {
RigidBody3D::_body_state_changed(p_state);
RigidDynamicBody3D::_body_state_changed(p_state);
real_t step = p_state->get_step();