Skip to content

Commit

Permalink
revert value
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 committed Mar 6, 2024
1 parent 2498579 commit 1bfe1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/output-model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ void output_model::update_dashboards(rs2::frame f)
void stream_dashboard::draw_dashboard(ux_window& win, rect& r)
{
auto min_x = 0.f;
auto max_x = 0.f;
auto max_x = 1.f;
auto min_y = 0.f;
auto max_y = 0.f;

Expand Down

0 comments on commit 1bfe1f0

Please sign in to comment.