more globalWarningStream() globalErrorStream() use
This commit is contained in:
@@ -1402,7 +1402,7 @@ void extensionsInitialised(){
|
||||
);
|
||||
|
||||
if ( !lightingSupported() ) {
|
||||
globalOutputStream() << "Lighting mode requires OpenGL features not supported by your graphics drivers:\n";
|
||||
globalWarningStream() << "Lighting mode requires OpenGL features not supported by your graphics drivers:\n";
|
||||
if ( !GlobalOpenGL().GL_1_3() ) {
|
||||
globalOutputStream() << " GL version 1.3 or better\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user