Skip to content

Commit

Permalink
Merge branch 'master' into cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amirchev authored Dec 7, 2021
2 parents 4f82621 + f174547 commit f3a2846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lyrics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ end
-- applies current source opacity to the necessary sources
function apply_source_opacity()
-- dbg_method("apply_source_visiblity")

local settings = obs.obs_data_create()
obs.obs_data_set_int(settings, "opacity", text_opacity) -- Set new text opacity to zero
obs.obs_data_set_int(settings, "outline_opacity", text_opacity) -- Set new text outline opacity to zero
Expand Down

1 comment on commit f3a2846

@TheCodingChemist
Copy link

@TheCodingChemist TheCodingChemist commented on f3a2846 Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good day and thanks for the great work.

I am getting this error on Mac

[lyrics+.lua] Failed to call modified_callback for modified_callback: .../scripts/lyrics+.lua:567: bad argument #1 to 'ipairs' (table expected, got nil)
Version 1.5.1 is working fine but the Lyric+.lua and lyric.lua files in version 2.0.0 are both giving the error message above.
I am running OBS version 27.2.0 (64 bit) on Mac

Please sign in to comment.