mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed warning.
This commit is contained in:
parent
6491d15bb3
commit
e1e0a0b812
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ lcContext::lcContext()
|
|||
mTexCoordEnabled = false;
|
||||
mColorEnabled = false;
|
||||
|
||||
mTexture = NULL;
|
||||
mTexture = 0;
|
||||
mLineWidth = 1.0f;
|
||||
#ifndef LC_OPENGLES
|
||||
mMatrixMode = GL_MODELVIEW;
|
||||
|
|
Loading…
Reference in a new issue