Skip to content

Commit

Permalink
Initialize controls correctly
Browse files Browse the repository at this point in the history
Initialize controls correctly as "controls::controls"

This is necessary to stop the IPA process from aborting if it is
running in "isolation" mode.
  • Loading branch information
adotagarwal committed Nov 25, 2022
1 parent 290776e commit 1f67e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ int input_init(input_parameter *param, int plugin_no)
context *pctx;
context_settings *settings;
int ret;
ControlList controls_;
ControlList controls_(controls::controls);
int64_t frame_time;
bool controls_flag = false;

Expand Down

0 comments on commit 1f67e6d

Please sign in to comment.