Indra-db / Flecs-Rust

Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
193 stars 11 forks source link

Error message in `EntityView::set_pair` refers to missing method `add_pair` #162

Closed AlfredAn closed 3 months ago

AlfredAn commented 4 months ago

The error message reads: "setting tag relationships is not possible with set_pair. use add_pair instead." However, this method does not exist.

Indra-db commented 3 months ago

Thanks for reporting it, fixed!