Added entity filering support and fixed minor bug
This commit is contained in:
parent
5018464a41
commit
8cba2626be
3 changed files with 48 additions and 12 deletions
|
|
@ -50,7 +50,7 @@ struct Entity
|
|||
return true;
|
||||
}
|
||||
|
||||
EntityMeta getMeta()
|
||||
EntityMeta getMeta() const
|
||||
{
|
||||
EntityMeta meta;
|
||||
meta.block = gEM.getMetaData(&this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue