silence a warning

This commit is contained in:
Alan Hourihane 2005-01-14 13:11:34 +00:00
parent 42cfcce8d4
commit faf96a157d

View file

@ -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;
}