Added entity filering support and fixed minor bug

This commit is contained in:
Mergul 2020-06-10 15:35:42 +02:00
parent 5018464a41
commit 8cba2626be
3 changed files with 48 additions and 12 deletions

View file

@ -50,7 +50,7 @@ struct Entity
return true;
}
EntityMeta getMeta()
EntityMeta getMeta() const
{
EntityMeta meta;
meta.block = gEM.getMetaData(&this);