Typo fix - set handle to handle

This commit is contained in:
baldurk
2015-09-10 19:10:04 +02:00
parent 0bc36096f8
commit 45d7b488d4
+1 -1
View File
@@ -45,7 +45,7 @@ void VulkanReplay::OutputWindow::InitSurfaceDescription(VkSurfaceDescriptionWind
handle.connection = connection;
handle.root = screen->root;
surfDesc.pPlatformWindow = &handle;
surfDesc.pPlatformHandle = &handle;
surfDesc.pPlatformWindow = &wnd;
surfDesc.platform = VK_PLATFORM_X11_WSI;
}