diff --git a/renderer/src/renderer.cpp b/renderer/src/renderer.cpp index 48eb9e3..1cfbfc1 100644 --- a/renderer/src/renderer.cpp +++ b/renderer/src/renderer.cpp @@ -48,6 +48,8 @@ Renderer::Renderer() { ctx = ImGui::CreateContext(); ImGui::SetCurrentContext(ctx); + ImGui::GetIO().IniFilename = ""; + ImGui::StyleColorsDark(); VkApplicationInfo applicationInfo = {};