(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:26:07 +0000 (20:26 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:26:07 +0000 (20:26 +0800)
scene.c

diff --git a/scene.c b/scene.c
index de9a52e..5ae5f23 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -715,7 +715,7 @@ int main(int argc, char **argv) {
   glClearDepth(1.0f); // Depth Buffer Setup\r
   glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
   glDepthFunc(GL_LEQUAL);  // the type\r
-  //glEnable(GL_CULL_FACE);\r
+  glEnable(GL_CULL_FACE);\r
   glEnable(GL_TEXTURE_2D);\r
   glLineWidth(1.0);\r
 \r

UCC git Repository :: git.ucc.asn.au