Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Oct 27, 2022
1 parent 45bc785 commit 1414e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.h
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ namespace librealsense
{
auto strong = gated.first.lock();
if (!strong)
continue;
continue; // if gated option is not available, step over it
auto val = strong->query();
if (val)
{
Expand Down

0 comments on commit 1414e05

Please sign in to comment.