mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-17 01:10:59 -06:00
Cleanup of WindowWrapper classes
This commit is contained in:
@@ -397,7 +397,7 @@ bool OpenSpaceEngine::isInitialized() {
|
||||
}
|
||||
|
||||
void OpenSpaceEngine::clearAllWindows() {
|
||||
_windowWrapper->clearAllWindows();
|
||||
_windowWrapper->clearAllWindows(glm::vec4(0.f, 0.f, 0.f, 1.f));
|
||||
}
|
||||
|
||||
bool OpenSpaceEngine::gatherCommandlineArguments() {
|
||||
|
||||
Reference in New Issue
Block a user