use globalWarningStream()
This commit is contained in:
@@ -574,7 +574,7 @@ void QGL_InitVersion(){
|
||||
|
||||
|
||||
inline void extension_not_implemented( const char* extension ){
|
||||
globalErrorStream() << "WARNING: OpenGL driver reports support for " << extension << " but does not implement it\n";
|
||||
globalWarningStream() << "WARNING: OpenGL driver reports support for " << extension << " but does not implement it\n";
|
||||
}
|
||||
|
||||
float g_maxTextureAnisotropy;
|
||||
|
||||
Reference in New Issue
Block a user