summaryrefslogtreecommitdiffstats
path: root/Smoke/renderer_gl.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:11:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:11:54 (GMT)
commit890f2eba8e594f345600b6e97de4d35d22b9b31f (patch)
tree36524521808fc7db6c47a4ebbee7adc4fc008744 /Smoke/renderer_gl.c
parenta6166a87472ccac5b5dbf84b675041a5801f2579 (diff)
download2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.zip
2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.tar.gz
2iv35-890f2eba8e594f345600b6e97de4d35d22b9b31f.tar.bz2
removed old global junk
Diffstat (limited to 'Smoke/renderer_gl.c')
-rw-r--r--Smoke/renderer_gl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/renderer_gl.c b/Smoke/renderer_gl.c
index a312f3d..15cff39 100644
--- a/Smoke/renderer_gl.c
+++ b/Smoke/renderer_gl.c
@@ -475,8 +475,8 @@ static void render_glyph(GLUquadricObj *qobj, float x_value, float y_value, floa
y0 = hn + (fftw_real)j * hn;
z0 = 16.0f;
- x1 = x0 + (vec_scale * x_value)/4;
- y1 = y0 + (vec_scale * y_value)/4;
+ x1 = x0 + (x_value *1000)/4;
+ y1 = y0 + (y_value *1000)/4;
z1 = 0.0f;
// inner product