Skip to content

Commit

Permalink
Fixed Group Change Flag 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeyeHQ committed Jun 23, 2020
1 parent 8d637df commit 02690b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/LibEcs/GroupCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ internal void RemoveFast(int entityID)

if (i < --length)
Array.Copy(entities, i + 1, entities, i, length - i);

flagChanged = true;
}

//===============================//
Expand Down

0 comments on commit 02690b3

Please sign in to comment.