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:
parent
65bc5d7ceb
commit
7b59ed7f28
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ Renderer::Renderer() {
|
|||
ctx = ImGui::CreateContext();
|
||||
ImGui::SetCurrentContext(ctx);
|
||||
|
||||
ImGui::GetIO().IniFilename = "";
|
||||
|
||||
ImGui::StyleColorsDark();
|
||||
|
||||
VkApplicationInfo applicationInfo = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue