-fixed getSystem function

This commit is contained in:
Mergul 2018-09-29 20:34:47 +02:00
parent 41a7f22cb3
commit 783ef72eae
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@ struct EntityID
{
uint id;
uint counter;
/*int opCmp(ref const EntityID s) const
{
return id < s.id;
}*/
}
struct Entity