Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in event_viewer #6631

Closed
Jupp56 opened this issue Nov 15, 2022 · 1 comment
Closed

Warnings in event_viewer #6631

Jupp56 opened this issue Nov 15, 2022 · 1 comment
Labels
C-Bug An unexpected or incorrect behavior S-Duplicate This issue or PR already exists

Comments

@Jupp56
Copy link
Contributor

Jupp56 commented Nov 15, 2022

Bevy version

688f13c

Relevant system information

rustc 1.65.0 (897e37553 2022-11-02)

Windows 10 10.0.19044

What you did

Run the scene_viewer example without a file specified.

What went wrong

A warning concerning unused mouse events each time I click the left mouse button.

Additional information

The warning:

WARN bevy_ecs::event: Missed 32 `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.

A PR to fix that is following.

@Jupp56 Jupp56 added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Nov 15, 2022
@nicopap nicopap added S-Duplicate This issue or PR already exists and removed S-Needs-Triage This issue needs to be labelled labels Nov 15, 2022
@nicopap
Copy link
Contributor

nicopap commented Nov 15, 2022

Duplicate of #6596

@nicopap nicopap marked this as a duplicate of #6596 Nov 15, 2022
@nicopap nicopap closed this as completed Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior S-Duplicate This issue or PR already exists
Projects
None yet
Development

No branches or pull requests

2 participants