Added error checking for config.json
This commit is contained in:
@ -12,3 +12,8 @@ void Entity::addGroup(Group mGroup)
|
||||
groupBitset[mGroup] = true;
|
||||
manager.AddToGroup(this, mGroup);
|
||||
}
|
||||
void Entity::setTag(std::string t)
|
||||
{
|
||||
this->tag = t;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user