Don't show cam markers when playing a puzzle

This commit is contained in:
ROllerozxa 2025-03-21 18:00:31 +01:00
commit db3671b6b8

View file

@ -92,7 +92,10 @@ screenshot_marker::setup()
void
screenshot_marker::on_pause()
{
this->show();
if (G->state.sandbox)
this->show();
else
this->hide();
}
void