KineticScrolling Minor fixes
for selection in large BeatmapSets
This commit is contained in:
@@ -103,6 +103,8 @@ public class KineticScrolling {
|
||||
* @param newPosition the position to scroll to
|
||||
*/
|
||||
public void scrollToPosition(float newPosition) {
|
||||
pressed();
|
||||
released();
|
||||
amplitude = newPosition - position;
|
||||
target = newPosition;
|
||||
totalDelta = 0;
|
||||
|
||||
Reference in New Issue
Block a user