summaryrefslogtreecommitdiffstats
path: root/player/lua
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-03-30 12:24:12 +0200
committerChrisK2 <spam@kalania.de>2014-03-30 12:24:12 +0200
commit1a23ca27663f80d730dd764122ededd2ac9c01b9 (patch)
tree2f244f6d766091d8bb91892319d72788fee88cd2 /player/lua
parent9db08cf53b0de042bf16bd14fdb524f8ec4b563d (diff)
downloadmpv-1a23ca27663f80d730dd764122ededd2ac9c01b9.tar.bz2
mpv-1a23ca27663f80d730dd764122ededd2ac9c01b9.tar.xz
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.lua1
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