summaryrefslogtreecommitdiffstats
path: root/Smoke/seedpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/seedpoint.c')
-rw-r--r--Smoke/seedpoint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Smoke/seedpoint.c b/Smoke/seedpoint.c
index 98a7aff..2342318 100644
--- a/Smoke/seedpoint.c
+++ b/Smoke/seedpoint.c
@@ -114,8 +114,7 @@ void render_seedpoints(void)
gluQuadricDrawStyle(qobj, GLU_FILL);
gluQuadricNormals(qobj, GLU_SMOOTH);
- gluQuadricOrientation(qobj, GLU_INSIDE);
- gluQuadricTexture(qobj, GL_TRUE);
+ gluQuadricOrientation(qobj, GLU_OUTSIDE);
glDisable(GL_BLEND);