Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa4.
This commit is contained in:
@ -251,8 +251,8 @@ Control::CursorShape GraphEdit::get_cursor_shape(const Point2 &p_pos) const {
|
||||
return Control::get_cursor_shape(p_pos);
|
||||
}
|
||||
|
||||
Array GraphEdit::get_configuration_warnings() const {
|
||||
Array warnings = Control::get_configuration_warnings();
|
||||
PackedStringArray GraphEdit::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Control::get_configuration_warnings();
|
||||
|
||||
warnings.push_back(RTR("Please be aware that GraphEdit and GraphNode will undergo extensive refactoring in a future 4.x version involving compatibility-breaking API changes."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user