Do not log OpenGL version if the default version is used

This commit is contained in:
Alexander Bock
2015-05-18 19:26:09 +02:00
parent 6fdd172428
commit 79673d5f53

View File

@@ -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