EcsRx / ecsrx

A reactive take on the ECS pattern for .net game developers
MIT License
520 stars 36 forks source link

Fixed ComputedGroup refresh firing unecessary remove events #42

Closed thejayman closed 5 months ago

thejayman commented 5 months ago

Computed group was firing an EntityRemoved event on refresh for every entity within the InternalObservableGroup that did not meet the computed groups requirements.