Plonq / bevy_panorbit_camera

A simple pan and orbit camera for the Bevy game engine
Apache License 2.0
186 stars 36 forks source link

Fix spike of mouse motion causing orbit jump on first input #47

Closed Plonq closed 9 months ago

Plonq commented 9 months ago

Fixes #44

Always consume event reader events even if they aren't used, to prevent them building up. This I think is a regression from #43