mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Rename empty() to is_empty()
This commit is contained in:
parent
886571e0fc
commit
5b937d493f
289 changed files with 898 additions and 898 deletions
|
@ -275,7 +275,7 @@ void ScriptServer::save_global_classes() {
|
|||
gcarr.push_back(d);
|
||||
}
|
||||
|
||||
if (gcarr.empty()) {
|
||||
if (gcarr.is_empty()) {
|
||||
if (ProjectSettings::get_singleton()->has_setting("_global_script_classes")) {
|
||||
ProjectSettings::get_singleton()->clear("_global_script_classes");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue