diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ local colour = {} for k, v in pairs(config.colour) do -- constructed backwards as ASS colour tags expect BGR but we configure -- them as RGB - tag = '&}' + local tag = '&}' for byte in v:gmatch('..') do tag = byte:upper() .. tag end |
