forked from hkc/cc-stuff
Update GUI more frequently
This commit is contained in:
parent
18de04bfc1
commit
55ce35743e
|
@ -418,7 +418,7 @@ function()
|
||||||
term.setTextColor(mplayer.colors.status)
|
term.setTextColor(mplayer.colors.status)
|
||||||
term.setCursorPos(tw - #timeString + 1, th)
|
term.setCursorPos(tw - #timeString + 1, th)
|
||||||
term.write(timeString)
|
term.write(timeString)
|
||||||
os.sleep(0.1)
|
os.sleep(0.05)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
function()
|
function()
|
||||||
|
|
Loading…
Reference in New Issue