From e111f78d519363a3d76237ff0a62dcbd5e53e3d6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 29 Nov 2023 21:03:15 -0500 Subject: major events refactor to add second event callback type --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 0827da5..2b75cdd 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -2432,7 +2432,7 @@ void RecordCommandBuffer(VkCommandBuffer commandBuffer, uint32_t imageIndex) { ImGui_ImplGlfw_NewFrame(); ImGui::NewFrame(); - Event_Dispatch("RenderImGui"); + Event_Dispatch("RenderImGui"); ImGui::Render(); auto drawData = ImGui::GetDrawData(); -- cgit v1.2.3