Vulkan: Delete superfluous DestroyFontsTexture call

This commit is contained in:
goeiecool9999 2024-11-04 23:50:49 +01:00
parent f01360983f
commit 7ce6ab7862

View file

@ -2685,7 +2685,6 @@ void VulkanRenderer::RecreateSwapchain(bool mainWindow, bool skipCreate)
Vector2i size; Vector2i size;
if (mainWindow) if (mainWindow)
{ {
ImGui_ImplVulkan_DestroyFontsTexture();
ImGui_ImplVulkan_Shutdown(); ImGui_ImplVulkan_Shutdown();
gui_getWindowPhysSize(size.x, size.y); gui_getWindowPhysSize(size.x, size.y);
} }