Merge pull request #37911 from madmiraal/fix-32876
Run SpringArm3D's process within physics.
This commit is contained in:
commit
9c80674aee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue