diff options
Diffstat (limited to 'src/window.cpp')
| -rw-r--r-- | src/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<EventHandler>("RenderImGui"); ImGui::Render(); auto drawData = ImGui::GetDrawData(); |
