Skip to content

Commit bed8336

Browse files
committed
Rename example system per review feedback
1 parent 1263382 commit bed8336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app/headless_defaults.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323
//
2424
// When running in headless mode there are no windows so
2525
// you must manually send an [`bevy::app::AppExit`] event.
26-
fn do_something(mut app_exit_events: EventWriter<AppExit>) {
26+
fn exit_unconditionally(mut app_exit_events: EventWriter<AppExit>) {
2727
info!("Successfully ran! Exiting...");
2828
app_exit_events.send(AppExit);
2929
}

0 commit comments

Comments
 (0)