mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
OpenGL2: Fix corrupt models.
This commit is contained in:
parent
4f5ebf8349
commit
3765652778
7 changed files with 139 additions and 148 deletions
|
@ -1538,12 +1538,6 @@ void RB_StageIteratorGeneric( void )
|
|||
qglEnable( GL_POLYGON_OFFSET_FILL );
|
||||
}
|
||||
|
||||
//
|
||||
// Set vertex attribs and pointers
|
||||
//
|
||||
if (glState.vertexAnimation)
|
||||
GLSL_VertexAttribPointers(vertexAttribs & (ATTR_POSITION | ATTR_POSITION2 | ATTR_NORMAL | ATTR_NORMAL2 | ATTR_TANGENT | ATTR_TANGENT2));
|
||||
|
||||
//
|
||||
// render depth if in depthfill mode
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue