Skip to content
Snippets Groups Projects
Commit eea7d51c authored by Silas Dohm's avatar Silas Dohm
Browse files

removed recursion

parent eab30846
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,7 @@ void Window::solveButtonClicked()
hist.back()->collapsedCellClicked();
hist.pop_back();
}
solveButtonClicked();
return;
continue;
}
int rndCell = rand() % b.size(); // choose a random cell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment