more helpful fixme
parent
cd1df0550e
commit
d9f061159b
|
@ -150,7 +150,7 @@ namespace MoonTools.ECS
|
||||||
|
|
||||||
private Dictionary<int, int> WorldToTransferID = new Dictionary<int, int>();
|
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)
|
public unsafe void Transfer(World other, Filter filter, Filter otherFilter)
|
||||||
{
|
{
|
||||||
WorldToTransferID.Clear();
|
WorldToTransferID.Clear();
|
||||||
|
|
Loading…
Reference in New Issue