GLSL compile fix

This commit is contained in:
Jack Andersen 2016-02-23 17:16:38 -10:00
parent bd9b7f54b6
commit 478b05ceb7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class ApplicationXlib final : public IApplication
#if BOO_HAS_VULKAN #if BOO_HAS_VULKAN
/* Vulkan enable */ /* Vulkan enable */
bool m_useVulkan = true; bool m_useVulkan = false;
xcb_connection_t* m_xcbConn; xcb_connection_t* m_xcbConn;
#endif #endif