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