From e15a47b6fb9c365b8c4ae42e6274a09a54968d3d Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Thu, 28 Mar 2019 13:09:36 +0000 Subject: [PATCH] Use the list stored on the SubmissionTarget --- GL/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GL/draw.c b/GL/draw.c index 66fb981..0c3c0a7 100644 --- a/GL/draw.c +++ b/GL/draw.c @@ -1159,7 +1159,7 @@ static void submitVertices(GLenum mode, GLsizei first, GLuint count, GLenum type profiler_checkpoint("divide"); - push(_glSubmissionTargetHeader(target), _glSubmissionTargetStart(target), target->count, _glActivePolyList(), 0); + push(_glSubmissionTargetHeader(target), _glSubmissionTargetStart(target), target->count, target->output, 0); profiler_checkpoint("push"); /*