forked from blender/blender
main sync #3
@ -536,7 +536,7 @@ static void gpencil_stroke_cache_populate(bGPDlayer *gpl,
|
|||||||
gpencil_drawcall_add(iter, geom, vfirst, vcount);
|
gpencil_drawcall_add(iter, geom, vfirst, vcount);
|
||||||
}
|
}
|
||||||
|
|
||||||
iter->stroke_index_last = gps->runtime.stroke_start + gps->totpoints + 1;
|
iter->stroke_index_last = gps->runtime.vertex_start + gps->totpoints + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gpencil_sbuffer_cache_populate_fast(GPENCIL_Data *vedata, gpIterPopulateData *iter)
|
static void gpencil_sbuffer_cache_populate_fast(GPENCIL_Data *vedata, gpIterPopulateData *iter)
|
||||||
|
Loading…
Reference in New Issue
Block a user