mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 15:31:18 +12:00
Vulkan: Delete superfluous DestroyFontsTexture call
This commit is contained in:
parent
f01360983f
commit
7ce6ab7862
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue