Skip to content

Commit

Permalink
SDL_Viewer: contouring: force refresh when cancelling a save.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal Clark committed Jan 19, 2024
1 parent f89f26e commit c5440d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operations/SDL_Viewer.cc
Expand Up @@ -5616,6 +5616,7 @@ std::cout << "Collision detected between " << obj.pos << " and " << obj_j.pos
// Otherwise, we have to wait for the task to complete. Maybe transfer to yet another thread
// and detach the thread?? TODO.
extracted_contours = decltype(extracted_contours)();
contouring_img_altered = true;
}
ImGui::EndPopup();
}
Expand Down

0 comments on commit c5440d4

Please sign in to comment.