mirror of https://github.com/axmolengine/axmol.git
Fixed merge error
This commit is contained in:
parent
00edc542cb
commit
7f28230311
|
@ -192,7 +192,7 @@ MeshCommand::~MeshCommand()
|
|||
|
||||
void MeshCommand::applyRenderState()
|
||||
{
|
||||
_renderStateCullFace = glIsEnabled(GL_CULL_FACE) != GL_FALSE;
|
||||
_renderStateCullFaceEnabled = glIsEnabled(GL_CULL_FACE) != GL_FALSE;
|
||||
_renderStateDepthTest = glIsEnabled(GL_DEPTH_TEST) != GL_FALSE;
|
||||
glGetBooleanv(GL_DEPTH_WRITEMASK, &_renderStateDepthWrite);
|
||||
GLint cullface;
|
||||
|
|
Loading…
Reference in New Issue