mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Enabled printing of OpenGL startup log on all platforms
This commit is contained in:
parent
461c97d25b
commit
6757447f1b
1 changed files with 1 additions and 4 deletions
|
@ -130,12 +130,9 @@ void OpenGLFrameBuffer::InitializeState()
|
|||
if (first)
|
||||
{
|
||||
first=false;
|
||||
// [BB] For some reason this crashes, if compiled with MinGW and optimization. Has to be investigated.
|
||||
#ifdef _MSC_VER
|
||||
gl_PrintStartupLog();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
glClearDepth(1.0f);
|
||||
glDepthFunc(GL_LESS);
|
||||
|
|
Loading…
Reference in a new issue