Skip to content

Commit

Permalink
fix flowblur 2
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 2, 2024
1 parent 981d1e2 commit 9d30b73
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 @@ -292,7 +292,7 @@ def FlowBlur(
if flb['amount'].lower() in NO:
return clip
verb(flb)
verb(f"Flowblurring @ {flb['intensity']} intensity")
verb(f"Flowblurring @ {flb['amount']} amount")

# to be honest with you, I got no heckin idea how to configure this
# mess with it and suggest what looks better 👍
Expand Down

0 comments on commit 9d30b73

Please sign in to comment.