Physics Interpolation - Add editor warning for non-interpolated physics body

(cherry picked from commit 9ad73062e8)
This commit is contained in:
lawnjelly
2025-02-27 10:38:06 +00:00
parent 82158b3f7d
commit fec8e695b6
5 changed files with 34 additions and 2 deletions

View File

@@ -225,6 +225,8 @@ void Node::_propagate_physics_interpolated(bool p_interpolated) {
// allow a call to the VisualServer etc in derived classes
_physics_interpolated_changed();
update_configuration_warning();
data.blocked++;
for (int i = 0; i < data.children.size(); i++) {
data.children[i]->_propagate_physics_interpolated(p_interpolated);