We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d224feb commit 7383257Copy full SHA for 7383257
crates/bevy_render/src/view/window.rs
@@ -166,7 +166,7 @@ pub struct WindowSurfaces {
166
pub fn prepare_windows(
167
// By accessing a NonSend resource, we tell the scheduler to put this system on the main thread,
168
// which is necessary for some OS s
169
- // _marker: NonSend<NonSendMarker>, // TODO: reenable marker as this will break some OS's
+ _marker: NonSend<NonSendMarker>,
170
mut windows: ResMut<ExtractedWindows>,
171
mut window_surfaces: ResMut<WindowSurfaces>,
172
render_device: Res<RenderDevice>,
0 commit comments