Skip to content

Commit

Permalink
Fix ci build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsweeper committed Apr 25, 2024
1 parent 91bbe63 commit e648765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app/headless_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ mod frame_capture {
};
}
if scene_controller.single_image {
app_exit_writer.send(AppExit);
app_exit_writer.send(AppExit::Success);
break;
}
}
Expand Down

0 comments on commit e648765

Please sign in to comment.