Skip to content

Commit

Permalink
Added detach
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Nov 11, 2023
1 parent 88e82da commit c7472e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fn setup(mut commands: Commands, settings: Res<MidiInputSettings>) {
input: None,
connection: None,
}
});
}).detach();

commands.insert_resource(MidiInput {
sender: m_sender,
Expand Down

0 comments on commit c7472e8

Please sign in to comment.