more globalWarningStream() globalErrorStream() use

This commit is contained in:
Garux
2018-03-21 04:12:06 +03:00
parent b1e2f26124
commit cf580963c2
28 changed files with 83 additions and 83 deletions

View File

@@ -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";
}