Run SpringArm3D's process within physics.

This commit is contained in:
Marcel Admiraal 2020-04-15 17:48:46 +01:00
parent 5b4ea6529a
commit 188bb6f867
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void SpringArm3D::_notification(int p_what) {
set_process_internal(false);
}
break;
case NOTIFICATION_INTERNAL_PROCESS:
case NOTIFICATION_INTERNAL_PHYSICS_PROCESS:
process_spring();
break;
}