1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-27 22:27:46 +00:00

renderer: Prevent imgui from saving settings

This commit is contained in:
Joshua Goins 2023-10-10 18:37:08 -04:00
parent 65bc5d7ceb
commit 7b59ed7f28

View file

@ -48,6 +48,8 @@ Renderer::Renderer() {
ctx = ImGui::CreateContext();
ImGui::SetCurrentContext(ctx);
ImGui::GetIO().IniFilename = "";
ImGui::StyleColorsDark();
VkApplicationInfo applicationInfo = {};