mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Physics Interpolation - Add editor warning for non-interpolated physics body
(cherry picked from commit 9ad73062e8)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user