mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename empty() to is_empty()
This commit is contained in:
@@ -183,7 +183,7 @@ String RemoteTransform3D::get_configuration_warning() const {
|
||||
String warning = Node3D::get_configuration_warning();
|
||||
|
||||
if (!has_node(remote_node) || !Object::cast_to<Node3D>(get_node(remote_node))) {
|
||||
if (!warning.empty()) {
|
||||
if (!warning.is_empty()) {
|
||||
warning += "\n\n";
|
||||
}
|
||||
warning += TTR("The \"Remote Path\" property must point to a valid Node3D or Node3D-derived node to work.");
|
||||
|
||||
Reference in New Issue
Block a user