Revert "FTI - Reduce VisualInstance3D xform notifications"

This reverts commit e10003ce33.
This commit is contained in:
lawnjelly
2025-06-22 15:44:52 +01:00
parent d7bdc0be16
commit 55978b5024
4 changed files with 3 additions and 26 deletions

View File

@@ -134,9 +134,6 @@ private:
bool notify_local_transform : 1;
bool notify_transform : 1;
bool notify_transform_requested : 1;
bool notify_transform_when_fti_off : 1;
bool visible : 1;
bool disable_scale : 1;
@@ -202,9 +199,6 @@ protected:
// (e.g. changing Camera zoom even if position hasn't changed).
void fti_notify_node_changed(bool p_transform_changed = true);
void _set_notify_transform_when_fti_off(bool p_enable);
virtual void _physics_interpolated_changed() override;
// Opportunity after FTI to update the servers
// with global_transform_interpolated,
// and any custom interpolated data in derived classes.