mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Merge pull request #37911 from madmiraal/fix-32876
Run SpringArm3D's process within physics.
This commit is contained in:
commit
9c80674aee
@ -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 New Issue
Block a user