You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user