mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-19 07:30:53 +00:00
Make GL2 MDR code use R_VboPackNormal for normal
This commit is contained in:
parent
fda03ee4ca
commit
4520857fc9
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ void RB_MDRSurfaceAnim( mdrSurface_t *surface )
|
|||
tess.xyz[baseVertex + j][1] = tempVert[1];
|
||||
tess.xyz[baseVertex + j][2] = tempVert[2];
|
||||
|
||||
tess.normal[baseVertex + j] = R_VboPackTangent(tempNormal);
|
||||
tess.normal[baseVertex + j] = R_VboPackNormal(tempNormal);
|
||||
|
||||
tess.texCoords[baseVertex + j][0][0] = v->texCoords[0];
|
||||
tess.texCoords[baseVertex + j][0][1] = v->texCoords[1];
|
||||
|
|
Loading…
Reference in a new issue