From bdd439875bee0f046897fd65b6d756e7cced66f6 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 17 Jun 2020 12:30:23 +0100 Subject: [PATCH] evas gl common - remove comment - not valid anymore --- src/modules/evas/engines/gl_common/evas_gl_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_context.c b/src/modules/evas/engines/gl_common/evas_gl_context.c index 313025f332..0012065dc1 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -1846,8 +1846,6 @@ static Eina_Bool vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n) { // 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) { shader_array_flush(gc);