mirror of https://github.com/bkaradzic/bgfx
Fixed build.
This commit is contained in:
parent
cf1d24cb38
commit
38a559ea89
|
@ -3430,7 +3430,7 @@ VK_IMPORT_DEVICE
|
|||
if (m_needToRecreateSurface)
|
||||
{
|
||||
vkDestroySurfaceKHR(m_instance, m_surface, m_allocatorCb);
|
||||
VkResult result = createSurface();
|
||||
VkResult result = createSurface(_resolution);
|
||||
|
||||
if (VK_SUCCESS != result)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue