- Replace window name check with tag check for GUI code (closed #258)

- Only show GUI, console, and screenlog on the GUI window
This commit is contained in:
Alexander Bock
2017-02-28 20:39:34 -05:00
parent 8910aac834
commit 59c8ba6700

View File

@@ -958,7 +958,7 @@ void OpenSpaceEngine::postDraw() {
for (const auto& func : _moduleCallbacks.postDraw) {
func();
}
if (_isFirstRenderingFirstFrame) {
_windowWrapper->setSynchronization(true);
_isFirstRenderingFirstFrame = false;