diff --git a/src/preparation_widget.rs b/src/preparation_widget.rs index 9f36eec..53767ed 100644 --- a/src/preparation_widget.rs +++ b/src/preparation_widget.rs @@ -31,11 +31,7 @@ struct CountdownText; #[derive(Component)] struct CountdownBar; -fn spawn_get_ready( - mut commands: Commands, - mut meshes: ResMut>, - mut materials: ResMut>, -) { +fn spawn_get_ready(mut commands: Commands) { commands.spawn(( OnReadySetGo, // marker, so this can be de-spawned properly Node {