diff options
author | Keith Whitwell <[email protected]> | 2003-11-21 13:40:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-21 13:40:19 +0000 |
commit | f2f09abce4c6ac398eb8623ea89ec4419e48e2a4 (patch) | |
tree | 75da7817af0df61e9dd281c9cd4a4a793622a7de /src/mesa/tnl/t_vb_render.c | |
parent | 93320957f2736cb0a748907a94d515755a06d402 (diff) |
linux-solo compiles as far as the gamma driver, which seems independentlyvtx-0-2-21112003-freeze
broken?
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index cdec73b8a0d..ec0d11bf84c 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -306,7 +306,7 @@ static GLboolean run_render( GLcontext *ctx, { GLint i; - for (i = 0 ; i < VB->PrimitiveCount ; i ++) + for (i = 0 ; i < VB->PrimitiveCount ; i++) { GLuint prim = VB->Primitive[i].mode; GLuint start = VB->Primitive[i].start; |