(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 2c0d4de..76b2880 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -414,6 +414,7 @@ int main(int argc, char **argv) {
   glDepthFunc(GL_LEQUAL);  // the type\r
   glEnable(GL_CULL_FACE);\r
   glCullFace(GL_BACK);\r
+  glFrontFace(GL_CW);\r
   glEnable(GL_TEXTURE_2D);\r
   glEnable(GL_NORMALIZE);\r
   glLineWidth(1.0);\r

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