Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa4.
This commit is contained in:
parent
9f76398781
commit
21f0529aa9
132 changed files with 213 additions and 217 deletions
|
|
@ -317,8 +317,8 @@ void PathFollow3D::_validate_property(PropertyInfo &p_property) const {
|
|||
}
|
||||
}
|
||||
|
||||
Array PathFollow3D::get_configuration_warnings() const {
|
||||
Array warnings = Node::get_configuration_warnings();
|
||||
PackedStringArray PathFollow3D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Node::get_configuration_warnings();
|
||||
|
||||
if (is_visible_in_tree() && is_inside_tree()) {
|
||||
if (!Object::cast_to<Path3D>(get_parent())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue