diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 63feef2b097..b0184a24e20 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -13401,7 +13401,7 @@ _mesa_EndList(void) /* Install the new list */ _mesa_HashInsertLocked(ctx->Shared->DisplayList, ctx->ListState.CurrentList->Name, - ctx->ListState.CurrentList, true); + ctx->ListState.CurrentList, false); if (MESA_VERBOSE & VERBOSE_DISPLAY_LIST) mesa_print_display_list(ctx->ListState.CurrentList->Name);