Physics Interpolation - Add editor configuration warnings
* For physics bodies that are on non-interpolated branches
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user