GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.2k stars 68 forks source link

Check if the entity has a component before trying to remove it. #307

Closed Beliar83 closed 1 year ago

Beliar83 commented 1 year ago

This removes error messages about the entity not having anything stored for components that the entity does not have.

AndreaCatania commented 1 year ago

Thx :)