draw: default edgeflag should be one

This commit is contained in:
Keith Whitwell 2008-04-24 21:13:56 +01:00
parent bceebffc17
commit da8312a1cf

View file

@ -115,7 +115,7 @@ void draw_pt_fetch_prepare( struct pt_fetch *fetch,
fetch->translate = translate_cache_find(fetch->cache, &key);
{
static struct vertex_header vh = { 0, 0, 0, 0xffff };
static struct vertex_header vh = { 0, 1, 0, 0xffff };
fetch->translate->set_buffer(fetch->translate,
draw->pt.nr_vertex_buffers,
&vh,