Skip to content

Commit

Permalink
Added support for extra setting screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Aazamandius authored and mdimura committed Nov 27, 2020
1 parent b2dfbcf commit 07dbfbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,11 @@ void MainWindow::generateGalaxies()
if(!simulateInput("e")) {
return;
}
responsiveSleep(shortSleep*8);
//Enter (continue to generation if extra settings opened, ignored if it is already generating)
if(!simulateInput("e")) {
return;
}
//Wait until the galaxy is ready
high_resolution_clock::time_point tGenerationStarted = high_resolution_clock::now();
QImage currentGenerationFinished;
Expand Down

0 comments on commit 07dbfbc

Please sign in to comment.