mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 11:04:34 +08:00
fix
This commit is contained in:
parent
7bc442f756
commit
30728d880e
@ -188,7 +188,7 @@ namespace DCFApixels.DragonECS.Graphs.Internal
|
|||||||
#region GetEntites
|
#region GetEntites
|
||||||
internal EcsSpan GetNodeEntities()
|
internal EcsSpan GetNodeEntities()
|
||||||
{
|
{
|
||||||
return UncheckedCoreUtility.CreateSpan(_graphWorld.ID, _sourceEntities, _sourceEntitiesCount);
|
return UncheckedCoreUtility.CreateSpan(_graph.World.ID, _sourceEntities, _sourceEntitiesCount);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user