Merge pull request #105901 from lawnjelly/fti_reduce_xform_notifications4

FTI - Reduce `VisualInstance3D` xform notifications
This commit is contained in:
Rémi Verschelde
2025-06-13 01:30:31 +02:00
4 changed files with 26 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ void Camera3D::_update_camera() {
void Camera3D::_physics_interpolated_changed() {
_update_process_mode();
Node3D::_physics_interpolated_changed();
}
void Camera3D::set_desired_process_modes(bool p_process_internal, bool p_physics_process_internal) {