Run SpringArm3D's process within physics.
(cherry picked from commit 188bb6f867
)
This commit is contained in:
parent
e2c9cbb79f
commit
103278d84b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void SpringArm::_notification(int p_what) {
|
||||||
set_process_internal(false);
|
set_process_internal(false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NOTIFICATION_INTERNAL_PROCESS:
|
case NOTIFICATION_INTERNAL_PHYSICS_PROCESS:
|
||||||
process_spring();
|
process_spring();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue