summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Rollo/res/raw/rollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/java/Rollo/res/raw/rollo.c')
-rw-r--r--libs/rs/java/Rollo/res/raw/rollo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/java/Rollo/res/raw/rollo.c b/libs/rs/java/Rollo/res/raw/rollo.c
index a527588..6376715 100644
--- a/libs/rs/java/Rollo/res/raw/rollo.c
+++ b/libs/rs/java/Rollo/res/raw/rollo.c
@@ -61,6 +61,7 @@ int main(void* con, int ft, int launchID)
storeF(2, SCRATCH_ZOOM, zoom);
float targetRot = loadI32(0, STATE_FIRST_VISIBLE) / 180.0f * 3.14f;
+ targetRot = targetRot * 0.80f - .12f;
float drawRot = filter(loadF(2, SCRATCH_ROT), targetRot, 0.1f * touchCut);
storeF(2, SCRATCH_ROT, drawRot);