(Entity) Fixed typo in method name
Former-commit-id: 40588d78fe38b2ec9ca9998e0c7ce4c73af3b27b
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Ndk
|
||||
return HasComponent(componentId);
|
||||
}
|
||||
|
||||
inline void Entity::RemoveAllComponent()
|
||||
inline void Entity::RemoveAllComponents()
|
||||
{
|
||||
m_components.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user