mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Rename empty() to is_empty()
This commit is contained in:
@@ -497,7 +497,7 @@ public:
|
||||
return elements;
|
||||
}
|
||||
|
||||
inline bool empty() const {
|
||||
inline bool is_empty() const {
|
||||
return elements == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user