mirror of
https://github.com/bevyengine/bevy
synced 2024-11-30 08:30:24 +00:00
9cd6025ba1
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> |
||
---|---|---|
.. | ||
app.rs | ||
ci_testing.rs | ||
lib.rs | ||
plugin.rs | ||
plugin_group.rs | ||
schedule_runner.rs |