|
@@ -194,6 +194,8 @@ void VertexDeclaration::DrawIndexedElements(MeshPrimitive type, int vbase, |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
#else |
|
|
#else |
|
|
|
|
|
glFrontFace(GL_CCW); |
|
|
|
|
|
glEnable(GL_CULL_FACE); |
|
|
# if defined HAVE_GL_2X && !defined __APPLE__ |
|
|
# if defined HAVE_GL_2X && !defined __APPLE__ |
|
|
/* FIXME: this has nothing to do here! */ |
|
|
/* FIXME: this has nothing to do here! */ |
|
|
glEnable(GL_ALPHA_TEST); |
|
|
glEnable(GL_ALPHA_TEST); |
|
|