Reduce fontsize of shutdown warning and center it instead with a dimming of the rendering (#1675)

* Reduce fontsize of shutdown warning and center it instead with a dimming of the rendering
This commit is contained in:
Alexander Bock
2021-07-03 19:00:12 +02:00
committed by GitHub
parent 472644ece2
commit 724ad5b553
3 changed files with 35 additions and 27 deletions

View File

@@ -1270,7 +1270,6 @@ void OpenSpaceEngine::drawOverlays() {
for (const std::function<void()>& func : *global::callback::draw2D) {
ZoneScopedN("[Module] draw2D")
func();
}