소스 검색

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


불러오는 중...
취소
저장