jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.18k stars 173 forks source link

Remove `BoxedConditionHelper` #159

Closed st0rmbtw closed 11 months ago

st0rmbtw commented 11 months ago

https://github.com/bevyengine/bevy/pull/9576 changed the visibility of run_if_inner function to pub and renamed it to run_if_dyn, so now there is no need for the BoxedConditionHelper as we can use run_if_dyn directly.

jakobhellermann commented 11 months ago

nice!