Changed LL_WARNS into LL_DEBUGS for successful OpenGL context creation
parent
1f81f59409
commit
017d872d2e
|
|
@ -2587,7 +2587,7 @@ void* LLWindowSDL::createSharedContext()
|
|||
setSize(size);
|
||||
}
|
||||
|
||||
LL_WARNS() << "Creating shared OpenGL context successful!" << LL_ENDL;
|
||||
LL_DEBUGS() << "Creating shared OpenGL context successful!" << LL_ENDL;
|
||||
|
||||
return (void*)sc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue