summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-20 00:53:42 +0100
committerwm4 <wm4@nowhere>2019-12-20 00:53:42 +0100
commit505cab9c1509d7561de7354e6a26e33dc3869e3b (patch)
tree0ff5e11288c78ed49035bd5e855c6d5fd5c8482d
parent99cc13e3d1788a5605e0ce0e174d942237da5319 (diff)
downloadmpv-505cab9c1509d7561de7354e6a26e33dc3869e3b.tar.bz2
mpv-505cab9c1509d7561de7354e6a26e33dc3869e3b.tar.xz
osc: fix a comment
-rw-r--r--player/lua/osc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 12d1781a83..262e679891 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -2306,7 +2306,7 @@ function render()
end
else
-- the timer is only used to recheck the state and to possibly run
- -- the code below again
+ -- the code above again
if not state.hide_timer then
state.hide_timer = mp.add_timeout(0, tick)
end