Compile fix in TimeConversion

Reenable display of shutdown timer
Add prompt informing the user of ability to abort
This commit is contained in:
Alexander Bock
2017-11-30 21:17:18 -05:00
parent 38338725b9
commit 12ddfae337
3 changed files with 16 additions and 1 deletions

View File

@@ -1319,6 +1319,10 @@ void OpenSpaceEngine::drawOverlays() {
// and we won't need this if we are shutting down
_renderEngine->renderCameraInformation();
}
else {
// If we are in shutdown mode, we can display the remaining time
_renderEngine->renderShutdownInformation(_shutdown.timer, _shutdown.waitTime);
}
_console->render();
}