From 3affec0660cc9e92f4dc1c23af711b09a9d72866 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 10:31:29 +0800 Subject: [PATCH] --- scene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.c b/scene.c index bb80b65..ca81321 100644 --- a/scene.c +++ b/scene.c @@ -415,6 +415,7 @@ int main(int argc, char **argv) { glEnable(GL_DEPTH_TEST); // Enables Depth Testing glDepthFunc(GL_LEQUAL); // the type glEnable(GL_TEXTURE_2D); + glEnable(GL_CULL_FACE); glEnable(GL_NORMALIZE); glLineWidth(2.0); -- 2.20.1