mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 10:21:19 +00:00
Rename empty() to is_empty()
This commit is contained in:
@@ -318,7 +318,7 @@ void SpriteFramesEditor::_file_load_request(const Vector<String> &p_path, int p_
|
||||
resources.push_back(resource);
|
||||
}
|
||||
|
||||
if (resources.empty()) {
|
||||
if (resources.is_empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user