Vulkan: Set g_inited in Windows.

This commit is contained in:
Hans-Kristian Arntzen 2016-03-29 18:02:32 +02:00
parent e04bbfbae2
commit 406f084c4b

View File

@ -248,6 +248,7 @@ void create_graphics_context(HWND hwnd, bool *quit)
&instance, &hwnd,
width, height, g_interval))
*quit = true;
g_inited = true;
break;
#endif
}