Skip to content

Commit b896165

Browse files
committed
doesnt need to move
1 parent 9a8ec3e commit b896165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ unsafe fn initialize_render_app(app: &mut App) {
464464
),
465465
);
466466

467-
render_app.set_extract(move |main_world, render_world| {
467+
render_app.set_extract(|main_world, render_world| {
468468
if error_handler::update(main_world, render_world) {
469469
// Run the `RenderStartup` if it hasn't run yet. This does mean `RenderStartup` blocks
470470
// the rest of the app extraction, but this is necessary since extraction itself can

0 commit comments

Comments
 (0)