fix: removed leftover debugging code
This commit is contained in:
@@ -2756,7 +2756,6 @@ function Timeline:render()
|
|||||||
ass:rect(fax, fay, fbx, fby, {opacity = options.timeline_opacity})
|
ass:rect(fax, fay, fbx, fby, {opacity = options.timeline_opacity})
|
||||||
|
|
||||||
-- Uncached ranges
|
-- Uncached ranges
|
||||||
state.uncached_ranges = {{0, 600}}
|
|
||||||
if state.uncached_ranges then
|
if state.uncached_ranges then
|
||||||
local texture_opts = {size = 80, opacity = 0.4 - (0.2 * text_opacity), align = 3}
|
local texture_opts = {size = 80, opacity = 0.4 - (0.2 * text_opacity), align = 3}
|
||||||
local texture_char = text_opacity > 0 and 'b' or 'a'
|
local texture_char = text_opacity > 0 and 'b' or 'a'
|
||||||
|
Reference in New Issue
Block a user