mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 08:21:23 -06:00
Compile fix in TimeConversion
Reenable display of shutdown timer Add prompt informing the user of ability to abort
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user