jazzay / flecs-rs

Rust bindings for the Flecs ECS library
MIT License
69 stars 9 forks source link

No ability to mutate dynamic components in an iter. #5

Closed MalekiRe closed 2 years ago

MalekiRe commented 2 years ago

There is no way to mutate dynamic components in a filter or a world, I think this would have to be done in the iter thing.

jazzay commented 2 years ago

Thanks for the fix @MalekiRe !