You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename empty() to is_empty()
This commit is contained in:
@@ -377,7 +377,7 @@ uint64_t ClassDB::get_api_hash(APIType p_api) {
|
||||
while ((k = t->method_map.next(k))) {
|
||||
String name = k->operator String();
|
||||
|
||||
ERR_CONTINUE(name.empty());
|
||||
ERR_CONTINUE(name.is_empty());
|
||||
|
||||
if (name[0] == '_') {
|
||||
continue; // Ignore non-virtual methods that start with an underscore
|
||||
|
||||
Reference in New Issue
Block a user