mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
parent
a581453272
commit
96501911e4
1 changed files with 5 additions and 0 deletions
|
|
@ -229,6 +229,11 @@ input_manager_merge_input_configs(struct cg_input_config *cfg1,
|
|||
} else {
|
||||
out_cfg->repeat_rate = cfg1->repeat_rate;
|
||||
}
|
||||
if(cfg1->calibration_matrix.configured == false) {
|
||||
out_cfg->calibration_matrix=cfg2->calibration_matrix;
|
||||
} else {
|
||||
out_cfg->calibration_matrix=cfg1->calibration_matrix;
|
||||
}
|
||||
return out_cfg;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue