Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
DiagnosticsStore::iter_mut
(bevyengine#9679)
# Objective Allow mutably iterating over all registered diagnostics. This is a useful utility method when exposing bevy's diagnostics in an editor that allows toggling whether the diagnostic is enabled. ## Solution - Add `iter_mut`, mirroring what `iter` does, just mutably. --- ## Changelog ### Added - Added `DiagnosticsStore::iter_mut` for mutably iterating over all registered diagnostics.
- Loading branch information