python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / applications / graphics / goxel / disable-imgui_ini.patch
blob9427d45487d4b50ffb8ac053c0f4a0e01294fc61
1 diff --git a/src/gui.cpp b/src/gui.cpp
2 index 9b7236c..a8a11b2 100644
3 --- a/src/gui.cpp
4 +++ b/src/gui.cpp
5 @@ -314,6 +314,8 @@ static void init_ImGui(const inputs_t *inputs)
6 ImGuiIO& io = ImGui::GetIO();
7 io.DeltaTime = 1.0f/60.0f;
9 + io.IniFilename = NULL;
11 io.KeyMap[ImGuiKey_Tab] = KEY_TAB;
12 io.KeyMap[ImGuiKey_LeftArrow] = KEY_LEFT;
13 io.KeyMap[ImGuiKey_RightArrow] = KEY_RIGHT;