actually add filters to filter index

pull/6/head
cosmonaut 2023-11-08 10:17:22 -08:00
parent 95b38cb092
commit 523b6e3ef7
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ namespace MoonTools.ECS
{
TypeToFilter[typeId].Add(filter);
}
FilterIndex.Add(signature, filter);
}
return filter;