summaryrefslogtreecommitdiffstats
path: root/Smoke/seedpoint.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-10 23:50:12 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-10 23:50:12 (GMT)
commit28d83930cdf2844b69ac9f51c05e68b41d121307 (patch)
treec3366d61035360bb9e66af59907b5abaf74621ee /Smoke/seedpoint.c
parent91f06a00a710267c4d4fc708ff88d63cc42c46fb (diff)
download2iv35-28d83930cdf2844b69ac9f51c05e68b41d121307.zip
2iv35-28d83930cdf2844b69ac9f51c05e68b41d121307.tar.gz
2iv35-28d83930cdf2844b69ac9f51c05e68b41d121307.tar.bz2
betere streamlines
Diffstat (limited to 'Smoke/seedpoint.c')
-rw-r--r--Smoke/seedpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/seedpoint.c b/Smoke/seedpoint.c
index cf48160..98a7aff 100644
--- a/Smoke/seedpoint.c
+++ b/Smoke/seedpoint.c
@@ -127,7 +127,7 @@ void render_seedpoints(void)
{
float color_scale = (float)i/MAX_SEEDPOINTS;
- glColor3f(color_scale, 1.0f - color_scale, 1.0f - color_scale);
+ glColor3f(color_scale, 1.0f - color_scale, 0.0f);
glPushMatrix();
glTranslatef(seedpoints[i].x, winHeight - seedpoints[i].y, seedpoints[i].z);