aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-06 21:39:28 +1000
committeronefang2021-09-06 21:39:28 +1000
commit2e3a7eaa92480ffeb0ee85bf390c95487da8ff0b (patch)
tree0ccae48858111786a54d49768ee45c0a5d8e3f5f
parentosTeleportAgent() -> osTeleportOwner() (diff)
download1ring-2e3a7eaa92480ffeb0ee85bf390c95487da8ff0b.zip
1ring-2e3a7eaa92480ffeb0ee85bf390c95487da8ff0b.tar.gz
1ring-2e3a7eaa92480ffeb0ee85bf390c95487da8ff0b.tar.bz2
1ring-2e3a7eaa92480ffeb0ee85bf390c95487da8ff0b.tar.xz
Less jerky leash following.
-rw-r--r--1ring.lsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/1ring.lsl b/1ring.lsl
index 71c1b84..c08de7f 100644
--- a/1ring.lsl
+++ b/1ring.lsl
@@ -881,7 +881,7 @@ key Stalker;
881key Stalkee; 881key Stalkee;
882integer tid = 0; 882integer tid = 0;
883float RANGE = 4.0; // Meters away that we stop walking towards. 883float RANGE = 4.0; // Meters away that we stop walking towards.
884float TAU = 0.1; // Make smaller for more rushed following. 884float TAU = 1.5; // Make smaller for more rushed following.
885 885
886float bb = 0.0; 886float bb = 0.0;
887float tweak = 0.0; 887float tweak = 0.0;