Sdk/EntityList: Fix empty() behavior
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Ndk
|
||||
|
||||
inline bool EntityList::empty() const
|
||||
{
|
||||
return m_entityBits.TestAny();
|
||||
return !m_entityBits.TestAny();
|
||||
}
|
||||
|
||||
inline EntityList::iterator EntityList::end() const
|
||||
|
||||
Reference in New Issue
Block a user