diff options
| -rw-r--r-- | motion.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ local function strengthclamp(x) return math.max(math.min(x,4),0) end parallel.waitForAny( function() while true do - if hover then p.launch(0,-90,vstrength) end + if hover then p.launch(0,-90,vstrength) + else os.sleep(0) end end end, function() while true do vtext.setText(tostring(vstrength)) |
