EcsRx / ecsrx

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

Fixed null reference with RemoveComponent<T> #4

Closed JayPavlina closed 6 years ago

JayPavlina commented 6 years ago

RemoveComponent() was sending a null reference to RemoveComponents(). Fixed it to send the component instead.

grofit commented 6 years ago

As discussed I am SUPER grateful for you finding and providing a solution but as the signatures have now changed I will get a fix due to the changes introduced with that. Thank you for taking the time to assist though!