bevy/crates/bevy_app/src
François 9cd6025ba1 fix re-adding a plugin to a plugin group (#2039)
In a `PluginGroupBuilder`, when adding a plugin that was already in the group (potentially disabled), it was then added twice to the app builder when calling `finish`. As the plugin is kept in an `HashMap`, it is not possible to have the same plugins twice with different configuration.

This PR updates the order of the plugin group so that each plugin is present only once.

Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2022-05-09 13:06:22 +00:00
..
app.rs fix re-adding a plugin to a plugin group (#2039) 2022-05-09 13:06:22 +00:00
ci_testing.rs Fix formatting, spelling, phrasing and consistency (#4275) 2022-04-05 22:36:02 +00:00
lib.rs Fix formatting, spelling, phrasing and consistency (#4275) 2022-04-05 22:36:02 +00:00
plugin.rs Fix formatting, spelling, phrasing and consistency (#4275) 2022-04-05 22:36:02 +00:00
plugin_group.rs fix re-adding a plugin to a plugin group (#2039) 2022-05-09 13:06:22 +00:00
schedule_runner.rs Fix formatting, spelling, phrasing and consistency (#4275) 2022-04-05 22:36:02 +00:00