Removed unused code and failure test
This commit is contained in:
parent
7b053a6abc
commit
8f5f2f3baf
2 changed files with 6 additions and 108 deletions
|
|
@ -42,11 +42,6 @@ struct Entity
|
|||
uint ind = cast(uint)((cast(void*)&this - block.dataBegin()) / EntityID.sizeof());
|
||||
return cast(T*)(cast(void*)block + info.deltas[T.component_id] + ind * T.sizeof);
|
||||
}
|
||||
|
||||
/*package void updateID() nothrow @nogc
|
||||
{
|
||||
EntityManager.instance.id_manager.update(this);
|
||||
}*/
|
||||
}
|
||||
|
||||
/************************************************************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue