This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
ui: disable imgui ini file loading; some platforms don’t have fopen().
legacy
Sam Hocevar
5 years ago
parent
4d58c015f9
commit
74407e252c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/ui/gui.cpp
+ 3
- 0
src/ui/gui.cpp
View File
@@ -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)
{
Write
Preview
Loading…
Cancel
Save