more helpful fixme

pull/4/head
cosmonaut 2023-07-10 15:35:07 -07:00
parent cd1df0550e
commit d9f061159b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ namespace MoonTools.ECS
private Dictionary<int, int> WorldToTransferID = new Dictionary<int, int>();
// FIXME: this API sucks
// FIXME: there's probably a better way to handle Filters so they are not world-bound
public unsafe void Transfer(World other, Filter filter, Filter otherFilter)
{
WorldToTransferID.Clear();