Skip to content

Commit

Permalink
Remove warning about missed events due to false positives (bevyengine…
Browse files Browse the repository at this point in the history
…#6730)

- Reverts bevyengine#5730.
- Fixes bevyengine#6173, fixes bevyengine#6596.

Remove the warning entirely.

You will no longer be spammed about

> Missed 31 `bevy_input::mouse::MouseMotion` events. Consider
reading from the `EventReader` more often (generally the best
solution) or calling Events::update() less frequently
(normally this is called once per frame). This problem is most
likely due to run criteria/fixed timesteps or consuming events
conditionally. See the Events documentation for
more information.

when you miss events. These warnings were often (but not always) a false positive. You can still check this manually by using `ManualEventReader::missed_events`
  • Loading branch information
alice-i-cecile authored and archsolar committed Jan 20, 2023
1 parent e954b85 commit b9dd4aa
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b9dd4aa

Please sign in to comment.