sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.11k stars 1.11k forks source link

system.Remove() doesn't remove from DebugSystems #1021

Open sschmid opened 2 years ago

sschmid commented 2 years ago

Describe the bug system.Remove() removes system but it's still visible in VisualDebugging

To Reproduce In Match-One add and remove BoardSystem

Match-One

Expected behavior Remove system from VisualDebugging

Screenshots system-remove

Entitas Version