Skip to content

Commit

Permalink
Run SpringArm3D's process within physics.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmiraal committed Apr 15, 2020
1 parent 5b4ea65 commit 188bb6f
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 188bb6f

Please sign in to comment.