mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-29 06:57: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();
|
ctx = ImGui::CreateContext();
|
||||||
ImGui::SetCurrentContext(ctx);
|
ImGui::SetCurrentContext(ctx);
|
||||||
|
|
||||||
|
ImGui::GetIO().IniFilename = "";
|
||||||
|
|
||||||
ImGui::StyleColorsDark();
|
ImGui::StyleColorsDark();
|
||||||
|
|
||||||
VkApplicationInfo applicationInfo = {};
|
VkApplicationInfo applicationInfo = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue