Skip to content

Commit

Permalink
impl EventSet for tuples up to arity 64
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Jun 23, 2024
1 parent 9ee9f7c commit 642c08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ macro_rules! impl_event_set_tuple {
};
}

all_tuples!(impl_event_set_tuple, 0, 15, E, e);
all_tuples!(impl_event_set_tuple, 0, 64, E, e);

/// A [`TargetedEvent`] which adds component `C` on an entity when sent. If the
/// entity already has the component, then the component is replaced.
Expand Down

0 comments on commit 642c08b

Please sign in to comment.