Physics Interpolation - Add editor configuration warnings

* For physics bodies that are on non-interpolated branches
This commit is contained in:
lawnjelly
2025-03-03 11:01:49 +00:00
parent 2d3bdcac35
commit 40c05c69f9
5 changed files with 26 additions and 0 deletions

View File

@@ -520,6 +520,8 @@ void Node::_propagate_physics_interpolated(bool p_interpolated) {
// Allow a call to the RenderingServer etc. in derived classes.
_physics_interpolated_changed();
update_configuration_warnings();
data.blocked++;
for (KeyValue<StringName, Node *> &K : data.children) {
K.value->_propagate_physics_interpolated(p_interpolated);