Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermpeterson committed Jan 29, 2025
1 parent 9923a01 commit b882bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/src/liveview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void LiveView::UpdateRois(Rois::RoiCfg cfg, std::vector<std::tuple<uint32_t, uin
createRoiTex();
}

void LiveView::UpdateRois(bool display) {
void LiveView::UpdateDisplayRois(bool display) {
m_displayRois = display;
createRoiTex();
}
Expand Down

0 comments on commit b882bc2

Please sign in to comment.