Skip to content

Commit

Permalink
Fix for SoundToUnit predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
332fg-raven authored and DanAlbert committed Jan 26, 2024
1 parent 2bcc42c commit 677a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcs/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ class SoundToUnit(Action):
predicate = "a_out_sound_u"

def __init__(self, unit="", file_res_key: Optional[ResourceKey] = None):
super(SoundToUnit, self).__init__(SoundToGroup.predicate)
super(SoundToUnit, self).__init__(SoundToUnit.predicate)
self.unit = unit
if file_res_key:
self.params.append(self.unit)
Expand Down

0 comments on commit 677a6f2

Please sign in to comment.