fix: send_photo clears found_marker
This commit is contained in:
parent
8fb9f8edad
commit
164c1ae12a
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ void ClueFinder::take_photo() {
|
|||
void ClueFinder::send_photo() {
|
||||
if (this->found_marker) {
|
||||
this->found_marker->reveal();
|
||||
this->found_marker = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue