Skip to content

Commit 32996cf

Browse files
committed
Remove removed function
1 parent 413e1f0 commit 32996cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Vulkan_Helpers/src/vk_engine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,6 @@ SDL_AppResult VulkanEngine::InitImgui() {
731731

732732
ImGui_ImplVulkan_Init(&imguiVulkanInitInfo);
733733

734-
ImGui_ImplVulkan_CreateFontsTexture();
735-
736734
// destroy the imgui created structures
737735
mainDeletionQueue.PushFunction([=, this] {
738736
ImGui_ImplVulkan_Shutdown();

0 commit comments

Comments
 (0)