1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00

osc: fix a comment

This commit is contained in:
wm4 2019-12-20 00:53:42 +01:00
parent 99cc13e3d1
commit 505cab9c15

View File

@ -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