Fixed build.

This commit is contained in:
Бранимир Караџић 2021-03-04 10:01:42 -08:00
parent cf1d24cb38
commit 38a559ea89
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{