This commit is contained in:
Mars 2024-10-17 23:14:22 -04:00
parent e06d360e28
commit ed9141ae8f
Signed by untrusted user: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -267,7 +267,7 @@ class VulkanApp {
initImGui(); initImGui();
} }
void initImGui() { fn initImGui() -> void {
// Create ImGui context // Create ImGui context
IMGUI_CHECKVERSION(); IMGUI_CHECKVERSION();
ImGui::CreateContext(); ImGui::CreateContext();