diff options
author | ChrisK2 <spam@kalania.de> | 2014-03-30 12:24:12 +0200 |
---|---|---|
committer | ChrisK2 <spam@kalania.de> | 2014-03-30 12:24:12 +0200 |
commit | 1a23ca27663f80d730dd764122ededd2ac9c01b9 (patch) | |
tree | 2f244f6d766091d8bb91892319d72788fee88cd2 /player/lua | |
parent | 9db08cf53b0de042bf16bd14fdb524f8ec4b563d (diff) |
osc: make OSC more responsive when paused
Quick hack to impove situtation until the next major overhaul
comes
Diffstat (limited to 'player/lua')
-rw-r--r-- | player/lua/osc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 9a575f657a..d590314610 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -1245,6 +1245,7 @@ function process_event(source, what) end end end + tick() end end |