We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8ec3e commit b896165Copy full SHA for b896165
crates/bevy_render/src/lib.rs
@@ -464,7 +464,7 @@ unsafe fn initialize_render_app(app: &mut App) {
464
),
465
);
466
467
- render_app.set_extract(move |main_world, render_world| {
+ render_app.set_extract(|main_world, render_world| {
468
if error_handler::update(main_world, render_world) {
469
// Run the `RenderStartup` if it hasn't run yet. This does mean `RenderStartup` blocks
470
// the rest of the app extraction, but this is necessary since extraction itself can
0 commit comments