Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
This commit is contained in:
parent
fd17ce1890
commit
85819b199a
45 changed files with 498 additions and 527 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue