mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-14 07:49:35 -06:00
- 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:
@@ -958,7 +958,7 @@ void OpenSpaceEngine::postDraw() {
|
||||
for (const auto& func : _moduleCallbacks.postDraw) {
|
||||
func();
|
||||
}
|
||||
|
||||
|
||||
if (_isFirstRenderingFirstFrame) {
|
||||
_windowWrapper->setSynchronization(true);
|
||||
_isFirstRenderingFirstFrame = false;
|
||||
|
||||
Reference in New Issue
Block a user