Skip to content

Commit

Permalink
Lower threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 20, 2024
1 parent d43b451 commit c1f5c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/F3DOptionsTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static inline const OptionsDict DefaultAppOptions = {
{ "camera-azimuth-angle", "0.0" },
{ "camera-elevation-angle", "0.0" },
{ "ref", "" },
{ "ref-threshold", "0.05" },
{ "ref-threshold", "0.04" },
{ "interaction-test-record", "" },
{ "interaction-test-play", "" },
{ "command-script", "" },
Expand Down

0 comments on commit c1f5c2a

Please sign in to comment.