mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Missing bit of previous commit
This commit is contained in:
parent
13d224cfc6
commit
ab8fe7405b
2 changed files with 956 additions and 954 deletions
|
@ -1014,7 +1014,7 @@ void RE_StretchRaw (int x, int y, int w, int h, int cols, int rows, const byte *
|
|||
VectorSet4(color, 1, 1, 1, 1);
|
||||
GLSL_SetUniformVec4(sp, TEXTURECOLOR_UNIFORM_COLOR, color);
|
||||
|
||||
qglDrawElements(GL_TRIANGLES, tess.numIndexes, GL_INDEX_TYPE, BUFFER_OFFSET(0));
|
||||
R_DrawElementsVBO(tess.numIndexes, tess.firstIndex);
|
||||
|
||||
//R_BindNullVBO();
|
||||
//R_BindNullIBO();
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue