bevy/crates/bevy_window
lelo c475a2a954
Correct RequestRedraw documentation (#8640)
# Objective

- Since the `RequestRedraw` event triggers the bevy app to run `update`
in `bevy_app::app::App`, the documentation should state that all the
windows in the application and its sub-apps are going to get redrawn,
rather than a single window.

## Solution

- Change `RequestRedraw` documentation in `bevy_window` to mention every
window.
2023-05-23 02:16:56 +00:00
..
src Correct RequestRedraw documentation (#8640) 2023-05-23 02:16:56 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00