mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-18 03:34:35 +08:00
optimization
This commit is contained in:
parent
57e33fbe3f
commit
98528cb817
@ -220,7 +220,7 @@ namespace DCFApixels.DragonECS.Relations.Utils
|
||||
//_endBaskets.RemoveFromBasket(endEntityID, endNodeIndex);
|
||||
|
||||
arc.ArcWorld.DelEntity(relEntityID);
|
||||
//if(!_isLoop)
|
||||
if(!_isLoop)
|
||||
arc.ArcWorld.DelEntity(revereceRelEntitiy);
|
||||
}
|
||||
//_startBaskets.RemoveBasket(startEntityID);
|
||||
@ -236,7 +236,7 @@ namespace DCFApixels.DragonECS.Relations.Utils
|
||||
//_startBaskets.RemoveFromBasket(startEntityID, startNodeIndex);
|
||||
|
||||
arc.ArcWorld.DelEntity(relEntityID);
|
||||
//if(!_isLoop)
|
||||
if(!_isLoop)
|
||||
arc.ArcWorld.DelEntity(revereceRelEntitiy);
|
||||
}
|
||||
//_endBaskets.RemoveBasket(endEntityID);
|
||||
|
Loading…
Reference in New Issue
Block a user