summaryrefslogtreecommitdiffstats
path: root/res/raw/allapps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'res/raw/allapps.rs')
-rw-r--r--res/raw/allapps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/raw/allapps.rs b/res/raw/allapps.rs
index edbbcd826..8cbbea2f4 100644
--- a/res/raw/allapps.rs
+++ b/res/raw/allapps.rs
@@ -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;