mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
a1ef7be4ac
# Objective Improve code quality and performance ## Solution Instead of using `plugin.downcast_ref::<T>().is_some()` in `App::is_plugin_added`, use `plugin.is::<T>()`. Which is more performant and cleaner. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |