- fixed bad constant and potential use of uninitialized variable.

This commit is contained in:
Christoph Oelckers 2014-07-27 21:55:25 +02:00
commit c9c93a58a2
2 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ void OpenGLFrameBuffer::InitializeState()
if (first)
{
glewExperimental=TRUE;
glewExperimental=true;
glewInit();
}