You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Run SpringArm3D's process within physics.
(cherry picked from commit 188bb6f867)
This commit is contained in:
committed by
Rémi Verschelde
parent
e2c9cbb79f
commit
103278d84b
@@ -53,7 +53,7 @@ void SpringArm::_notification(int p_what) {
|
||||
set_process_internal(false);
|
||||
}
|
||||
break;
|
||||
case NOTIFICATION_INTERNAL_PROCESS:
|
||||
case NOTIFICATION_INTERNAL_PHYSICS_PROCESS:
|
||||
process_spring();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user