mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
silence a warning
This commit is contained in:
parent
42cfcce8d4
commit
faf96a157d
1 changed files with 1 additions and 1 deletions
|
|
@ -1102,6 +1102,6 @@ void viaInitTriFuncs(GLcontext *ctx)
|
|||
_tnl_init_vertices( ctx, ctx->Const.MaxArrayLockSize + 12,
|
||||
(6 + 2*ctx->Const.MaxTextureUnits) * sizeof(GLfloat) );
|
||||
|
||||
vmesa->verts = (char *)tnl->clipspace.vertex_buf;
|
||||
vmesa->verts = (GLubyte *)tnl->clipspace.vertex_buf;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue