Skip to content

priority for system also removed when system is removed

runbmp requested to merge runbmp/dces-rust:remove_system_priority_fix into master

Hello,

Thanks for this very simple ECS library! I am using it on my first Rust project ever and I have found it very easy to use.

I ran into an issue where if I remove a system and then add a system, SystemStore.priorities would then have 2 priority entries instead of 1.

I updated the test and its working well for me locally again.

Thanks!

Merge request reports