Remove the test scaling.

Heh, forgot to remove it again :)
This commit is contained in:
Bill Currie 2012-05-17 16:02:13 +09:00
parent c3801d46e5
commit 7637f35616

View file

@ -78,7 +78,6 @@ gl_draw_iqm_frame (iqm_t *iqm, gliqm_t *gl, iqmframe_t *frame, iqmmesh *mesh)
vec_t *f = (vec_t *) &frame[bind];
float *v = (float *) (vert + gl->position->offset);
Mat4MultVec (f, v, position);
VectorScale (position, 8, position);
qfglVertex3fv (position);
} else {
qfglVertex3fv ((float *) (vert + gl->position->offset));