From 55f843efec13964e0b29682fa3326507a19de980 Mon Sep 17 00:00:00 2001
From: joni <johnfshaughnessy@gmail.com>
Date: Thu, 5 Jul 2018 14:25:16 -0700
Subject: [PATCH] Adjust the autoLockSpeedLimit

---
 src/components/sticky-object.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/sticky-object.js b/src/components/sticky-object.js
index 084004b88..31f84a3be 100644
--- a/src/components/sticky-object.js
+++ b/src/components/sticky-object.js
@@ -5,7 +5,7 @@ AFRAME.registerComponent("sticky-object", {
   schema: {
     autoLockOnLoad: { default: false },
     autoLockOnRelease: { default: false },
-    autoLockSpeedLimit: { default: 1 }
+    autoLockSpeedLimit: { default: 0.25 }
   },
 
   init() {
-- 
GitLab