fix comment

This commit is contained in:
Eric Wasylishen 2014-10-24 14:16:09 -06:00
parent d6e3de70ed
commit 8595482a8c

View file

@ -128,12 +128,12 @@ void GL_DrawAliasFrame_ARB (aliashdr_t *paliashdr, lerpdata_t lerpdata)
{
float blend;
// program local indices - copied from vpalias.h
// program local indices - copied from r_alias_vertexshader.h
const GLuint blendLoc = 9;
const GLuint shadevectorLoc = 10;
const GLuint lightColorLoc = 11;
// vertex attribute indices - copied from vpalias.h
// vertex attribute indices - copied from r_alias_vertexshader.h
const GLint pose1VertexAttrIndex = 0;
const GLint pose1NormalAttrIndex = 1;
const GLint pose2VertexAttrIndex = 2;