UI - Don't let ImGui save its settings

This commit is contained in:
Emmanuel BENOîT 2017-11-22 09:01:51 +01:00
parent 1225e1b8a7
commit 6427001c83

View file

@ -42,6 +42,7 @@ T_Window::T_Window( )
using namespace ImGui;
StyleColorsDark( );
ImGuiIO& io{ GetIO( ) };
io.IniFilename = nullptr;
{
ImFontConfig cfg;
cfg.SizePixels = 13.0f;