fix an insanely stupid world transfer relation bug
parent
a05eb94b7d
commit
d1983bf168
|
@ -229,7 +229,7 @@ namespace MoonTools.ECS
|
|||
|
||||
public override unsafe void* Get(int relationStorageIndex)
|
||||
{
|
||||
fixed (void* p = &relations[relationStorageIndex])
|
||||
fixed (void* p = &relationDatas[relationStorageIndex])
|
||||
{
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue