Преглед изворни кода

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…
Откажи
Сачувај