mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
d3b2439c82
# Objective The frame marker event was emitted in the loop of presenting all the windows. This would mark the frame as finished multiple times if more than one window is used. ## Solution Move the frame marker to after the `for`-loop, so that it gets executed only once. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |