Explorar el Código

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

legacy
Sam Hocevar hace 5 años
padre
commit
74407e252c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/ui/gui.cpp

+ 3
- 0
src/ui/gui.cpp Ver fichero

@@ -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)
{


Cargando…
Cancelar
Guardar