Forgot to set this

This commit is contained in:
twinaphex 2016-02-18 00:20:23 +01:00
parent eeada0c458
commit 620fbe8976

View File

@ -1002,6 +1002,7 @@ static bool gfx_ctx_wl_bind_api(void *video_driver,
#endif #endif
case GFX_CTX_VULKAN_API: case GFX_CTX_VULKAN_API:
#ifdef HAVE_VULKAN_SUPPORT #ifdef HAVE_VULKAN_SUPPORT
wl_api = api;
return true; return true;
#else #else
break; break;