(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 06:08:57 +0000 (14:08 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 06:08:57 +0000 (14:08 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 7e5e2ad..bc6e595 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -453,7 +453,7 @@ int main(int argc, char **argv) {
   glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
   glDepthFunc(GL_LEQUAL);  // the type\r
   glEnable(GL_TEXTURE_2D);\r
-  glEnable(GL_CULL_FACE);\r
+  //glEnable(GL_CULL_FACE);\r
   glEnable(GL_NORMALIZE);\r
   glLineWidth(2.0);\r
 \r

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