Skip to content

Commit

Permalink
Merge pull request #37911 from madmiraal/fix-32876
Browse files Browse the repository at this point in the history
Run SpringArm3D's process within physics.
  • Loading branch information
akien-mga authored Apr 15, 2020
2 parents dcebe66 + 188bb6f commit 9c80674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/3d/spring_arm_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9c80674

Please sign in to comment.