fix: send_photo clears found_marker

This commit is contained in:
Sara Gerretsen 2025-11-04 13:27:22 +01:00
parent 8fb9f8edad
commit 164c1ae12a

View file

@ -82,6 +82,7 @@ void ClueFinder::take_photo() {
void ClueFinder::send_photo() {
if (this->found_marker) {
this->found_marker->reveal();
this->found_marker = nullptr;
}
}