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

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

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