mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed wrong function call.
This commit is contained in:
parent
4a50ac69a9
commit
de3a3adf34
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ void lcContext::SetVertexFormat(int BufferOffset, int PositionSize, int NormalSi
|
||||||
}
|
}
|
||||||
else if (mNormalEnabled)
|
else if (mNormalEnabled)
|
||||||
{
|
{
|
||||||
glDisableClientState(GL_NORMAL_ARRAY);
|
glDisableVertexAttribArray(LC_ATTRIB_NORMAL);
|
||||||
mNormalEnabled = false;
|
mNormalEnabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue