mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Remove accidentally added increment.
This commit is contained in:
parent
943259f6b4
commit
1ad2b413ef
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue