Fix for bug 2382944. This is a very safe change that just corrects a long standing scroll speed bug in launcher.
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ void move() {
|
||||
if (g_LastTouchDown) {
|
||||
float dx = -(state->newPositionX - g_LastPositionX);
|
||||
g_PosVelocity = 0;
|
||||
g_PosPage += dx * 4;
|
||||
g_PosPage += dx * 5.2f;
|
||||
|
||||
float pmin = -0.49f;
|
||||
float pmax = g_PosMax + 0.49f;
|
||||
|
||||
Reference in New Issue
Block a user