Skip to content

Commit

Permalink
Fix double midpoint start triggers in move action
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed May 26, 2024
1 parent 0ed3047 commit 4cee293
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions move-action-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,6 @@ static obs_properties_t *move_action_properties(void *data)
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveMatch"), START_TRIGGER_MOVE_MATCH);
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveIn"), START_TRIGGER_MOVE_IN);
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveOut"), START_TRIGGER_MOVE_OUT);
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveMatch"), START_TRIGGER_MOVE_MATCH);
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveIn"), START_TRIGGER_MOVE_IN);
obs_property_list_add_int(p, obs_module_text("StartTrigger.MoveOut"), START_TRIGGER_MOVE_OUT);

p = obs_properties_add_list(ppts, S_STOP_TRIGGER, obs_module_text("StopTrigger"), OBS_COMBO_TYPE_LIST,
OBS_COMBO_FORMAT_INT);
Expand Down

0 comments on commit 4cee293

Please sign in to comment.