Render On-Screne Dashboard also for non-linear projections

This commit is contained in:
Alexander Bock
2018-01-01 13:17:32 -05:00
parent 6f351c0951
commit 4d58a2ae98
5 changed files with 21 additions and 31 deletions

View File

@@ -1340,6 +1340,7 @@ void OpenSpaceEngine::drawOverlays() {
if (isGuiWindow) {
_renderEngine->renderScreenLog();
_renderEngine->renderVersionInformation();
_renderEngine->renderDashboard();
if (!_shutdown.inShutdown) {
// We render the camera information in the same location as the shutdown info