summaryrefslogtreecommitdiffstats
path: root/Smoke/renderer_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/renderer_gl.c')
-rw-r--r--Smoke/renderer_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/renderer_gl.c b/Smoke/renderer_gl.c
index a6ab0c8..613307f 100644
--- a/Smoke/renderer_gl.c
+++ b/Smoke/renderer_gl.c
@@ -299,7 +299,7 @@ static void render_normals(void)
glVertex3f(px, py, pz);
glVertex3f(px +(normal[idx].x * NORMAL_SCALE),
py +(normal[idx].y * NORMAL_SCALE),
- pz +(normal[idx].z * NORMAL_SCALE));
+ pz +(normal[idx].z * NORMAL_SCALE * 16));
}
}
glEnable(GL_LIGHTING);