Skip to content

Commit

Permalink
june pr: fix pre-interp log
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 24, 2024
2 parents b451e1b + 9a08ff4 commit 98ad030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/jamba.vpy
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ if (pi := rc['pre-interp'])['enabled'].lower() in YES:
sc=False # scene change
)

verb('Masking pre-interp')
if pi['masking'] in YES:
verb('Masking pre-interp')
clip = Masking(
to_mask=clip,
original_clip=og_clip
Expand Down

0 comments on commit 98ad030

Please sign in to comment.