1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #103504 from lawnjelly/fti_warn_physics_non_interp4

Physics Interpolation - Add editor configuration warnings
This commit is contained in:
Thaddeus Crews
2025-05-26 11:24:39 -05:00
5 changed files with 26 additions and 0 deletions

View File

@@ -516,6 +516,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);