瀏覽代碼

ui: disable imgui ini file loading; some platforms don’t have fopen().

legacy
Sam Hocevar 5 年之前
父節點
當前提交
74407e252c
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/ui/gui.cpp

+ 3
- 0
src/ui/gui.cpp 查看文件

@@ -194,6 +194,9 @@ void gui::tick_game(float seconds)

ImGuiIO& io = ImGui::GetIO();

// Disable the ini file for now
io.IniFilename = nullptr;

// Init Texture
if (!m_font)
{


Loading…
取消
儲存