From ed9141ae8fdfd96e802671d4339adfbc16dc57a8 Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 17 Oct 2024 23:14:22 -0400 Subject: [PATCH] weh --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 63755c0..2506513 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -267,7 +267,7 @@ class VulkanApp { initImGui(); } - void initImGui() { + fn initImGui() -> void { // Create ImGui context IMGUI_CHECKVERSION(); ImGui::CreateContext();