mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-26 13:05:34 -06:00
Vulkan: Delete superfluous DestroyFontsTexture call
This commit is contained in:
parent
f01360983f
commit
7ce6ab7862
@ -2685,7 +2685,6 @@ void VulkanRenderer::RecreateSwapchain(bool mainWindow, bool skipCreate)
|
||||
Vector2i size;
|
||||
if (mainWindow)
|
||||
{
|
||||
ImGui_ImplVulkan_DestroyFontsTexture();
|
||||
ImGui_ImplVulkan_Shutdown();
|
||||
gui_getWindowPhysSize(size.x, size.y);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user