From d9f061159b13a82b6bd5ff317dcd08533438f90c Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 10 Jul 2023 15:35:07 -0700 Subject: [PATCH] more helpful fixme --- src/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/World.cs b/src/World.cs index d674f0f..81a8ca5 100644 --- a/src/World.cs +++ b/src/World.cs @@ -150,7 +150,7 @@ namespace MoonTools.ECS private Dictionary WorldToTransferID = new Dictionary(); - // 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();