SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
144 stars 13 forks source link

Fix velocity not being zero when releasing dragging #43

Closed HaroldLever closed 7 months ago

HaroldLever commented 7 months ago

I made a mistake in previous PR. Content would keep sliding even if dragging movement had stop before releasing dragging. Velocity should be zero in this case. I implemented it in a more understandable way. Dragging issue