- fixed bad constant and potential use of uninitialized variable.
This commit is contained in:
parent
3d24f58bf0
commit
c9c93a58a2
2 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ void OpenGLFrameBuffer::InitializeState()
|
|||
|
||||
if (first)
|
||||
{
|
||||
glewExperimental=TRUE;
|
||||
glewExperimental=true;
|
||||
glewInit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue