Remove accidentally added increment.

This commit is contained in:
SmileTheory 2014-11-03 22:18:17 -08:00
parent 943259f6b4
commit 1ad2b413ef
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ void RB_IQMSurfaceAnim( surfaceType_t *surface ) {
normal[1] = DotProduct(&nrmMat[3], &data->normals[3*vtx]);
normal[2] = DotProduct(&nrmMat[6], &data->normals[3*vtx]);
R_VaoPackNormal((byte *)outNormal++, normal);
R_VaoPackNormal((byte *)outNormal, normal);
#ifdef USE_VERT_TANGENT_SPACE
tangent[0] = DotProduct(&nrmMat[0], &data->tangents[4*vtx]);