From 4a470149c629f3adba283d53486b4a8f78cd8262 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 20:26:07 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index de9a52e..5ae5f23 100644 --- a/scene.c +++ b/scene.c @@ -715,7 +715,7 @@ int main(int argc, char **argv) { glClearDepth(1.0f); // Depth Buffer Setup glEnable(GL_DEPTH_TEST); // Enables Depth Testing glDepthFunc(GL_LEQUAL); // the type - //glEnable(GL_CULL_FACE); + glEnable(GL_CULL_FACE); glEnable(GL_TEXTURE_2D); glLineWidth(1.0); -- 2.20.1