From 02690b3eadfa69586b277495fced314d5d2fab12 Mon Sep 17 00:00:00 2001 From: Pixeye <19838200+PixeyeHQ@users.noreply.github.com> Date: Tue, 23 Jun 2020 18:40:23 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20Group=20Change=20Flag=20=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/LibEcs/GroupCore.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime/LibEcs/GroupCore.cs b/Runtime/LibEcs/GroupCore.cs index eb734bf3..29db1858 100644 --- a/Runtime/LibEcs/GroupCore.cs +++ b/Runtime/LibEcs/GroupCore.cs @@ -250,6 +250,8 @@ internal void RemoveFast(int entityID) if (i < --length) Array.Copy(entities, i + 1, entities, i, length - i); + + flagChanged = true; } //===============================//