summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-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