ngl: Fix up some debug printouts

This commit is contained in:
Matthias Clasen 2021-03-12 18:26:15 -05:00
parent daed57c30e
commit 42dfc21b2d

View File

@ -143,7 +143,7 @@ G_GNUC_UNUSED static inline void
gsk_ngl_command_queue_print_batch (GskNglCommandQueue *self,
const GskNglCommandBatch *batch)
{
static const char *command_kinds[] = { "Clear", NULL, NULL, "Draw", };
static const char *command_kinds[] = { "Clear", "Draw", };
guint framebuffer_id;
g_assert (GSK_IS_NGL_COMMAND_QUEUE (self));