projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf29df6
)
Removed unnecessary initialisation.
author
Steve Baker
<steve@sjbaker.org>
Sun, 28 Mar 2004 15:51:33 +0000
(15:51 +0000)
committer
Steve Baker
<steve@sjbaker.org>
Sun, 28 Mar 2004 15:51:33 +0000
(15:51 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@494
7f0cb862
-5218-0410-a997-
914c9d46530a
progs/demos/shapes/shapes.c
patch
|
blob
|
history
diff --git
a/progs/demos/shapes/shapes.c
b/progs/demos/shapes/shapes.c
index
2dc50f4
..
2e7e181
100644
(file)
--- a/
progs/demos/shapes/shapes.c
+++ b/
progs/demos/shapes/shapes.c
@@
-163,7
+163,6
@@
main(int argc, char *argv[])
glCullFace(GL_BACK);
glEnable(GL_DEPTH_TEST);
- glDepthFunc(GL_LESS);
glEnable(GL_LIGHT0);
glEnable(GL_NORMALIZE);