bevy_mod_debugdump
bevy_mod_debugdump copied to clipboard
Bug: incorrect graph displayed
I'm not sure if the bug is originating from this crate or bevy, but it seems weird that system_no_set is linked to system_in_child_set2 (green arrow should not exist).
Real project example
-
From https://github.com/dimforge/bevy_rapier/pull/585
-
Current output from bevy_mod_debugdump:
- Expected output (obtained with this PR):