mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
vbo: missing line from previous commit
This commit is contained in:
parent
2e29b7d0f8
commit
2785af803f
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ void vbo_exec_BeginVertices( GLcontext *ctx )
|
|||
{
|
||||
struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
|
||||
if (0) _mesa_printf("%s\n", __FUNCTION__);
|
||||
// vbo_exec_vtx_map( exec );
|
||||
vbo_exec_vtx_map( exec );
|
||||
}
|
||||
|
||||
void vbo_exec_FlushVertices_internal( GLcontext *ctx, GLboolean unmap )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue