mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-29 15:40:26 -06:00
Do not log OpenGL version if the default version is used
This commit is contained in:
@@ -241,7 +241,8 @@ bool OpenSpaceEngine::create(
|
||||
}
|
||||
|
||||
openGlVersion = commandlineArgumentPlaceholders.openGlVersion;
|
||||
LINFO("Using OpenGL version " << openGlVersion);
|
||||
if (openGlVersion != DefaultOpenGlVersion)
|
||||
LINFO("Using OpenGL version " << openGlVersion);
|
||||
|
||||
// Prepend the outgoing sgctArguments with the program name
|
||||
// as well as the configuration file that sgct is supposed to use
|
||||
|
||||
Reference in New Issue
Block a user