Fix markdown errors
This commit is contained in:
parent
15ffea3884
commit
d7b76314d5
@ -26,7 +26,7 @@ APIs are typically built to support only one of them.
|
||||
This has led to a lot of confusion and frustration for users. Common footguns include:
|
||||
|
||||
- Using a "buffered event" with an observer, or an observer event with `EventReader`, leaving the user wondering why the event is not being detected.
|
||||
- `On`(formerly `Trigger`) has a `target` getter which would cause confusion for events only mean to be used with `trigger` where it returns `Entity::PLACEHOLDER`.
|
||||
- `On`(formerly `Trigger`) has a `target` getter which would cause confusion for events only meant to be used with `trigger` where it returns `Entity::PLACEHOLDER`.
|
||||
|
||||
**Bevy 0.17** aims to solve this ambiguity by splitting the different kinds of events into multiple traits:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user