Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeyeHQ committed Jun 23, 2020
2 parents 5459c21 + 02690b3 commit f5ffb58
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 f5ffb58

Please sign in to comment.