Fixed warning.

This commit is contained in:
leozide 2017-03-27 12:16:44 -07:00
parent 6491d15bb3
commit e1e0a0b812

View file

@ -88,7 +88,7 @@ lcContext::lcContext()
mTexCoordEnabled = false;
mColorEnabled = false;
mTexture = NULL;
mTexture = 0;
mLineWidth = 1.0f;
#ifndef LC_OPENGLES
mMatrixMode = GL_MODELVIEW;