bevy/crates/bevy_render/src/renderer
Mike 1d7577fc42
ignore time channel error (#9981)
# Objective

- sometimes when bevy shuts down on certain machines the render thread
tries to send the time after the main world has been dropped.
- fixes an error mentioned in a reply in
https://github.com/bevyengine/bevy/issues/9543

---

## Changelog

- ignore disconnected errors from the time channel.
2023-10-01 07:55:17 +00:00
..
graph_runner.rs Add screenshot api (#7163) 2023-04-19 21:28:42 +00:00
mod.rs ignore time channel error (#9981) 2023-10-01 07:55:17 +00:00
render_device.rs Refs #8975 -- Add return to RenderDevice::poll() (#8977) 2023-06-28 01:05:03 +00:00