Skip to content

Commit

Permalink
🐛 Fix ArgumentError
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1kn1 committed Apr 18, 2022
1 parent c06d4ba commit 2003340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def hush
end

def solo(loop_name, sound = nil, **option_hash)
dirt_solo loop_name, sound, option_hash
dirt_solo loop_name, sound, **option_hash
end

def use_fx_with_petal(use = true)
Expand Down

0 comments on commit 2003340

Please sign in to comment.