slages / love-imgui

imgui module for the LÖVE game engine
MIT License
318 stars 61 forks source link

Fix bug in config saving #8

Closed Alloyed closed 7 years ago

Alloyed commented 7 years ago

love-imgui had the unintended effect of creating the save directory's path inside the save directory, e.g.

/home/kyle/.local/share/mygame/home/kyle/.local/share/mygame

The createDir call is still necessary so that the folder exists when imgui tries to write to it, but now it creates the correct path.