mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 23:19:29 +00:00
Fix for issue #723
This commit is contained in:
@@ -79,6 +79,8 @@ namespace MonoGame.Extended.Entities
|
||||
private void OnComponentsChanged(int entityId)
|
||||
{
|
||||
_changedEntities.Add(entityId);
|
||||
_entityToComponentBits[entityId] = _componentManager.CreateComponentBits(entityId);
|
||||
EntityChanged?.Invoke(entityId);
|
||||
}
|
||||
|
||||
public override void Update(GameTime gameTime)
|
||||
|
||||
Reference in New Issue
Block a user