Skip to content

3.1.2 Release (2022-05-10)

Compare
Choose a tag to compare
@malangfox malangfox released this 10 May 11:59
· 58 commits to master since this release

Fix

  • Improved logic when calculating velocity in PanInput.

Instead of updating the speed at every event, it updates the speed based on the delta change every 16ms. which is 1 frame on 60 frame per second.