st/mesa: fix GLES build

Broken since d5062fb3a3.

I wonder why this code is hidden behind #if by default.
This commit is contained in:
Marek Olšák 2011-02-15 04:41:57 +01:00
parent 333d3daf47
commit dc578188fa
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
}
util_draw_vertex_buffer(pipe, vbuffer,
util_draw_vertex_buffer(pipe, cso, vbuffer,
0, /* offset */
PIPE_PRIM_TRIANGLE_FAN,
4, /* verts */