TOOLS/osd-test.lua: fix lint warning

This commit is contained in:
Guido Cella 2024-05-27 23:11:53 +02:00 committed by Kacper Michajłow
parent 1f356d6784
commit c28525ac9d
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,6 @@ max_line_length = 100
-- TODO: Remove everything below this line
local todo = {
"player/lua/osc.lua",
"TOOLS/lua/osd-test.lua",
"TOOLS/lua/status-line.lua",
"TOOLS/lua/test-hooks.lua",
}

View File

@ -1,7 +1,7 @@
local assdraw = require 'mp.assdraw'
local utils = require 'mp.utils'
things = {}
local things = {}
for i = 1, 2 do
things[i] = {
osd1 = mp.create_osd_overlay("ass-events"),