mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
ed2ea0d417
# Objective Latest Release, "bevy 0.9" move the FrameCount updater into RenderPlugin, it leads to user who only run app with Core/Minimal Plugin cannot get the right number of FrameCount, it always return 0. As for use cases like a server app, we don't want to add render dependencies to the app. More detail in #6656 ## Solution - Move the `update_frame_count` into CorePlugin |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |