gl common - actually allow vertex limits

fix non-commented out return that should have been commented out
This commit is contained in:
Carsten Haitzler 2020-06-17 12:17:13 +01:00
parent 721c097bb3
commit f3e6a8c9b3
1 changed files with 1 additions and 1 deletions

View File

@ -1845,7 +1845,7 @@ pipe_region_expand(Evas_Engine_GL_Context *gc, int n,
static Eina_Bool
vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n)
{
return 1;
// return 1;
// this fixup breaks for expedite test 32. why?
// for reference
if ((gc->pipe[pn].array.num + n) > gc->shared->info.max_vertex_elements)