From 620fbe897608bcdc7a6205150940fafadb73eab9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 18 Feb 2016 00:20:23 +0100 Subject: [PATCH] Forgot to set this --- gfx/drivers_context/wayland_ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index dc74c34be1..73da9999cc 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -1002,6 +1002,7 @@ static bool gfx_ctx_wl_bind_api(void *video_driver, #endif case GFX_CTX_VULKAN_API: #ifdef HAVE_VULKAN_SUPPORT + wl_api = api; return true; #else break;