Skip to content

Commit

Permalink
Merge pull request #453 from extrawurst/prep-for-bevy-master
Browse files Browse the repository at this point in the history
fix compile problem on latest bevy
  • Loading branch information
sebcrozet authored Dec 10, 2023
2 parents cec05c3 + d6eeeda commit ec1a6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> EventHandler for EventQueue<'a> {
};

if let Ok(mut events) = self.collision_events.write() {
events.send(event)
events.send(event);
}
}

Expand Down

0 comments on commit ec1a6f7

Please # to comment.